Skip to content

Commit

Permalink
Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removed
Browse files Browse the repository at this point in the history
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #20784)
  • Loading branch information
t8m committed Apr 20, 2023
1 parent 3f499b2 commit 8daa261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/openssl/bnerr.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ int ERR_load_BN_strings(void);
# define BN_F_BN_SET_WORDS 144
# define BN_F_BN_STACK_PUSH 148
# define BN_F_BN_USUB 115
# define BN_F_OSSL_BN_RSA_DO_UNBLIND 151

/*
* BN reason codes.
Expand Down

0 comments on commit 8daa261

Please sign in to comment.