diff options
author | Richard Levitte <levitte@openssl.org> | 2019-07-26 18:11:55 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-09-12 18:34:06 +0200 |
commit | e5d4233fbd07eac52227c7ec5f479a46f15914bf (patch) | |
tree | b1721a511174bca38d434ea844baae1187e30d38 /util | |
parent | 14e275e8fb736be4ea83441b630515f7be97d06b (diff) | |
download | openssl-new-e5d4233fbd07eac52227c7ec5f479a46f15914bf.tar.gz |
Deprecate ERR_get_state()
Internally, we still need this function, so we make it internal and
then add a new ERR_get_state() that simply calls the internal variant,
unless it's "removed" by configuration.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9462)
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 cadc4a57ba..71e650e933 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -2213,7 +2213,7 @@ EVP_PKEY_missing_parameters 2261 3_0_0 EXIST::FUNCTION: X509_REQ_INFO_new 2262 3_0_0 EXIST::FUNCTION: EVP_rc2_cfb64 2263 3_0_0 EXIST::FUNCTION:RC2 PKCS7_get_smimecap 2264 3_0_0 EXIST::FUNCTION: -ERR_get_state 2265 3_0_0 EXIST::FUNCTION: +ERR_get_state 2265 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3 d2i_DSAPrivateKey_bio 2266 3_0_0 EXIST::FUNCTION:DSA X509_PURPOSE_get_trust 2267 3_0_0 EXIST::FUNCTION: EC_GROUP_get_point_conversion_form 2268 3_0_0 EXIST::FUNCTION:EC |