diff options
author | Antoine Salon <asalon@vmware.com> | 2018-10-16 19:54:26 +0200 |
---|---|---|
committer | Nicola Tuveri <nic.tuv@gmail.com> | 2018-10-17 12:22:14 +0200 |
commit | 9453b196343db579c590130adc63d35d2ff87188 (patch) | |
tree | 592d2a68943066075620fa69b7a7c41a4d37b80a /util/libcrypto.num | |
parent | EVP module documentation pass (diff) | |
download | openssl-9453b196343db579c590130adc63d35d2ff87188.tar.xz openssl-9453b196343db579c590130adc63d35d2ff87188.zip |
Deprecate ECDH_KDF_X9_62()
Signed-off-by: Antoine Salon <asalon@vmware.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/7345)
Diffstat (limited to '')
-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 ecece3824f..31f8781158 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -285,7 +285,7 @@ X509V3_EXT_get_nid 285 1_1_0 EXIST::FUNCTION: BIO_s_log 286 1_1_0 EXIST::FUNCTION: EC_POINT_set_to_infinity 287 1_1_0 EXIST::FUNCTION:EC EVP_des_ede_ofb 288 1_1_0 EXIST::FUNCTION:DES -ECDH_KDF_X9_62 289 1_1_0 EXIST::FUNCTION:EC +ECDH_KDF_X9_62 289 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_2_0,EC ASN1_UNIVERSALSTRING_to_string 290 1_1_0 EXIST::FUNCTION: CRYPTO_gcm128_setiv 291 1_1_0 EXIST::FUNCTION: ASN1_PCTX_set_oid_flags 292 1_1_0 EXIST::FUNCTION: |