From: Tomas Mraz Date: Thu, 20 Apr 2023 08:24:38 +0000 (+0200) Subject: Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removed X-Git-Tag: OpenSSL_1_1_1u~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8daa2616bbe6f7994e0cdd796d3280118c51d8d8;p=thirdparty%2Fopenssl.git Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removed Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20784) --- diff --git a/include/openssl/bnerr.h b/include/openssl/bnerr.h index a703efc92b8..5c83777f9f0 100644 --- a/include/openssl/bnerr.h +++ b/include/openssl/bnerr.h @@ -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.