summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-09-24 15:17:15 +0100
committerMatt Caswell <matt@openssl.org>2019-09-25 12:06:21 +0100
commite6879a31ef597f1b9608c7897087203d829d47c2 (patch)
treed0e64b7fc9d2cf996fbc229ca382b2fb604564c4 /util/libcrypto.num
parent5a2a2f66c5e79895400c6e895ce7f8d48db96bb8 (diff)
Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTX
EVP_MD_CTX_gettable_params() and EVP_MD_CTX_settable_params() were confusingly named because they did not take an EVP_MD_CTX parameter. In addition we add the functions EVP_MD_gettable_ctx_params() and EVP_MD_settable_ctx_params() which do the same thing but are passed an EVP_MD object instead. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9998)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 1b14b440dc..567b00631f 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4764,3 +4764,5 @@ ERR_peek_last_error_data 4880 3_0_0 EXIST::FUNCTION:
ERR_peek_last_error_all 4881 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_is_a 4882 3_0_0 EXIST::FUNCTION:
EVP_MAC_is_a 4883 3_0_0 EXIST::FUNCTION:
+EVP_MD_settable_ctx_params 4884 3_0_0 EXIST::FUNCTION:
+EVP_MD_gettable_ctx_params 4885 3_0_0 EXIST::FUNCTION: