From 2faea85380a5ffd17169e0624493c11658ea193e Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 2 Mar 2021 09:03:00 +1000 Subject: core: add params argument to key manager's gen_init call Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/14383) --- util/libcrypto.num | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'util') 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: -- cgit v1.2.3