diff options
author | Richard Levitte <levitte@openssl.org> | 2020-11-19 08:13:00 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-11-23 02:34:45 +0100 |
commit | ac2c4f657efa120cb1e19342fbf556aca589f5a4 (patch) | |
tree | fc8c1d1e75532ed54ca928d0a25214e63c009016 /util | |
parent | x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain() (diff) | |
download | openssl-ac2c4f657efa120cb1e19342fbf556aca589f5a4.tar.xz openssl-ac2c4f657efa120cb1e19342fbf556aca589f5a4.zip |
RSA: Fix guard mixup
A OSSL_DEPRECATEDIN_0_9_8 function was surrounded by a
OPENSSL_NO_DEPRECATED_3_0 guard.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13448)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 4b4c675207..75d98a5fda 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -3200,7 +3200,7 @@ d2i_ASN1_OCTET_STRING 3265 3_0_0 EXIST::FUNCTION: ENGINE_set_load_pubkey_function 3266 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE BIO_vprintf 3267 3_0_0 EXIST::FUNCTION: CMS_RecipientInfo_decrypt 3268 3_0_0 EXIST::FUNCTION:CMS -RSA_generate_key 3269 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,RSA +RSA_generate_key 3269 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_0_9_8,RSA PKCS7_set0_type_other 3270 3_0_0 EXIST::FUNCTION: OCSP_REQUEST_new 3271 3_0_0 EXIST::FUNCTION:OCSP BIO_lookup 3272 3_0_0 EXIST::FUNCTION:SOCK |