diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-04-14 12:42:30 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-04-15 17:38:19 +0200 |
commit | ddf0d149e2fd0d894eec08f7237f5a686fc85575 (patch) | |
tree | 5062de02165312436ba565a46195799a0e0648e7 /util/libcrypto.num | |
parent | changes: note that some ctrl calls have a different error return. (diff) | |
download | openssl-ddf0d149e2fd0d894eec08f7237f5a686fc85575.tar.xz openssl-ddf0d149e2fd0d894eec08f7237f5a686fc85575.zip |
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
We use type elsewhere and documenting the 'first' in the
name of the call is a little bit superfluous making the
name too mouthful.
Also rename EVP_PKEY_typenames_do_all to
EVP_PKEY_type_names_do_all to keep the words separated by
underscore.
Fixes #14701
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14868)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 952bf4d29c..7e723f8263 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5228,7 +5228,7 @@ EVP_PKEY_CTX_get1_id_len ? 3_0_0 EXIST::FUNCTION: CMS_AuthEnvelopedData_create ? 3_0_0 EXIST::FUNCTION:CMS CMS_AuthEnvelopedData_create_ex ? 3_0_0 EXIST::FUNCTION:CMS EVP_PKEY_CTX_set_ec_param_enc ? 3_0_0 EXIST::FUNCTION: -EVP_PKEY_get0_first_alg_name ? 3_0_0 EXIST::FUNCTION: +EVP_PKEY_get0_type_name ? 3_0_0 EXIST::FUNCTION: EVP_KEYMGMT_get0_first_name ? 3_0_0 EXIST::FUNCTION: EC_KEY_decoded_from_explicit_params ? 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC EVP_KEM_free ? 3_0_0 EXIST::FUNCTION: @@ -5259,7 +5259,7 @@ OSSL_ENCODER_CTX_set_construct ? 3_0_0 EXIST::FUNCTION: OSSL_ENCODER_CTX_set_construct_data ? 3_0_0 EXIST::FUNCTION: OSSL_ENCODER_CTX_set_cleanup ? 3_0_0 EXIST::FUNCTION: OSSL_ENCODER_CTX_set_passphrase_cb ? 3_0_0 EXIST::FUNCTION: -EVP_PKEY_typenames_do_all ? 3_0_0 EXIST::FUNCTION: +EVP_PKEY_type_names_do_all ? 3_0_0 EXIST::FUNCTION: OSSL_DECODER_INSTANCE_get_input_type ? 3_0_0 EXIST::FUNCTION: EVP_ASYM_CIPHER_gettable_ctx_params ? 3_0_0 EXIST::FUNCTION: EVP_ASYM_CIPHER_settable_ctx_params ? 3_0_0 EXIST::FUNCTION: |