aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-04-20 10:24:38 +0200
committerTomas Mraz <tomas@openssl.org>2023-04-20 10:24:38 +0200
commit8daa2616bbe6f7994e0cdd796d3280118c51d8d8 (patch)
tree17801fe7d2fa8703c3a8b6632547c0a5527c68c5
parent3f499b24f3bcd66db022074f7e8b4f6ee266a3ae (diff)
downloadopenssl-8daa2616bbe6f7994e0cdd796d3280118c51d8d8.tar.gz
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 https://github.com/openssl/openssl/pull/20784)
-rw-r--r--include/openssl/bnerr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/bnerr.h b/include/openssl/bnerr.h
index a703efc92b..5c83777f9f 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.