summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-27 16:35:45 +1000
committerPauli <paul.dale@oracle.com>2019-09-27 19:32:55 +1000
commit41f7ecf30dc9c1bd6988accc0aa288571a25b7bd (patch)
treef3195a68bf04002f25da81d4709cb782720cebf4 /util/libcrypto.num
parente0d952fccf5acddfbd29b1296bf17bec7fc28b86 (diff)
Consistent naming for context gettable param queries .
All instances of EVP_*_CTX_gettable_params functions have been renamed to EVP_*_gettable_ctx_params. Except for the EVP_MD ones which were changed already. These functions do not take EVP_*_CTX arguments so their prior naming was misleading. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10052)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 7c448932f8..e8d71385ae 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4708,14 +4708,14 @@ EVP_CIPHER_get_params 4824 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_set_params 4825 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_get_params 4826 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_gettable_params 4827 3_0_0 EXIST::FUNCTION:
-EVP_CIPHER_CTX_settable_params 4828 3_0_0 EXIST::FUNCTION:
-EVP_CIPHER_CTX_gettable_params 4829 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_settable_ctx_params 4828 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_gettable_ctx_params 4829 3_0_0 EXIST::FUNCTION:
EVP_MD_get_params 4830 3_0_0 EXIST::FUNCTION:
EVP_MAC_fetch 4831 3_0_0 EXIST::FUNCTION:
-EVP_MAC_CTX_settable_params 4832 3_0_0 EXIST::FUNCTION:
+EVP_MAC_settable_ctx_params 4832 3_0_0 EXIST::FUNCTION:
EVP_MAC_CTX_set_params 4833 3_0_0 EXIST::FUNCTION:
EVP_MAC_CTX_get_params 4834 3_0_0 EXIST::FUNCTION:
-EVP_MAC_CTX_gettable_params 4835 3_0_0 EXIST::FUNCTION:
+EVP_MAC_gettable_ctx_params 4835 3_0_0 EXIST::FUNCTION:
EVP_MAC_free 4836 3_0_0 EXIST::FUNCTION:
EVP_MAC_up_ref 4837 3_0_0 EXIST::FUNCTION:
EVP_MAC_name 4838 3_0_0 EXIST::FUNCTION:
@@ -4735,8 +4735,8 @@ EVP_KDF_get_params 4851 3_0_0 EXIST::FUNCTION:
EVP_KDF_CTX_get_params 4852 3_0_0 EXIST::FUNCTION:
EVP_KDF_CTX_set_params 4853 3_0_0 EXIST::FUNCTION:
EVP_KDF_gettable_params 4854 3_0_0 EXIST::FUNCTION:
-EVP_KDF_CTX_gettable_params 4855 3_0_0 EXIST::FUNCTION:
-EVP_KDF_CTX_settable_params 4856 3_0_0 EXIST::FUNCTION:
+EVP_KDF_gettable_ctx_params 4855 3_0_0 EXIST::FUNCTION:
+EVP_KDF_settable_ctx_params 4856 3_0_0 EXIST::FUNCTION:
EVP_KDF_do_all_ex 4857 3_0_0 EXIST::FUNCTION:
EVP_SIGNATURE_free 4858 3_0_0 EXIST::FUNCTION:
EVP_SIGNATURE_up_ref 4859 3_0_0 EXIST::FUNCTION: