aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-10-13 14:33:01 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-10-22 20:47:02 +1000
commita49d0a491c659aacabadc957ab11c738db03a734 (patch)
treec62438d5635249383373e6e687b950672adf0059 /util
parent1ba21239ddbd1b18a3676efaa8dd9402e1468818 (diff)
downloadopenssl-a49d0a491c659aacabadc957ab11c738db03a734.zip
openssl-a49d0a491c659aacabadc957ab11c738db03a734.tar.gz
openssl-a49d0a491c659aacabadc957ab11c738db03a734.tar.bz2
Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13116)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 0e8d395..3d3edf9 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4410,7 +4410,7 @@ EVP_MAC_CTX_new ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_CTX_free ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_CTX_dup ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_CTX_mac ? 3_0_0 EXIST::FUNCTION:
-EVP_MAC_size ? 3_0_0 EXIST::FUNCTION:
+EVP_MAC_CTX_get_mac_size ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_init ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_update ? 3_0_0 EXIST::FUNCTION:
EVP_MAC_final ? 3_0_0 EXIST::FUNCTION:
@@ -4438,8 +4438,8 @@ ASYNC_WAIT_CTX_set_status ? 3_0_0 EXIST::FUNCTION:
ASYNC_WAIT_CTX_get_status ? 3_0_0 EXIST::FUNCTION:
ERR_load_ESS_strings ? 3_0_0 EXIST::FUNCTION:
EVP_KDF_CTX_free ? 3_0_0 EXIST::FUNCTION:
-EVP_KDF_reset ? 3_0_0 EXIST::FUNCTION:
-EVP_KDF_size ? 3_0_0 EXIST::FUNCTION:
+EVP_KDF_CTX_reset ? 3_0_0 EXIST::FUNCTION:
+EVP_KDF_CTX_get_kdf_size ? 3_0_0 EXIST::FUNCTION:
EVP_KDF_derive ? 3_0_0 EXIST::FUNCTION:
EVP_KDF_name ? 3_0_0 EXIST::FUNCTION:
EC_GROUP_get0_field ? 3_0_0 EXIST::FUNCTION:EC