summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-03-02 09:03:00 +1000
committerPauli <ppzgs1@gmail.com>2021-03-12 08:27:11 +1000
commit2faea85380a5ffd17169e0624493c11658ea193e (patch)
treee56e51024fc2b976bb1c8bb55707f03d8098fc24 /util
parentf9562909b73f02f0ca5f411f87a2e73de654f3bd (diff)
core: add params argument to key manager's gen_init call
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14383)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 2ca427c63b..bfd44c2325 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5314,3 +5314,13 @@ EVP_RAND_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
RAND_set_DRBG_type ? 3_0_0 EXIST::FUNCTION:
RAND_set_seed_source_type ? 3_0_0 EXIST::FUNCTION:
BIO_f_readbuffer ? 3_0_0 EXIST::FUNCTION:
+EVP_DigestInit_ex2 ? 3_0_0 EXIST::FUNCTION:
+EVP_EncryptInit_ex2 ? 3_0_0 EXIST::FUNCTION:
+EVP_DecryptInit_ex2 ? 3_0_0 EXIST::FUNCTION:
+EVP_CipherInit_ex2 ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_sign_init_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_verify_init_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_verify_recover_init_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_encrypt_init_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_decrypt_init_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_derive_init_ex ? 3_0_0 EXIST::FUNCTION: