Skip to content

Commit 8daa261

Browse files
committed
Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removed
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from #20784)
1 parent 3f499b2 commit 8daa261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/openssl/bnerr.h

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ int ERR_load_BN_strings(void);
7272
# define BN_F_BN_SET_WORDS 144
7373
# define BN_F_BN_STACK_PUSH 148
7474
# define BN_F_BN_USUB 115
75+
# define BN_F_OSSL_BN_RSA_DO_UNBLIND 151
7576

7677
/*
7778
* BN reason codes.

0 commit comments

Comments
 (0)