X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fcore_namemap.c;fp=crypto%2Fcore_namemap.c;h=415df3d8394d435d876ffbc581386c74756f2521;hb=ed576acdf591d4164905ab98e89ca5a3b99d90ab;hp=5bb0f09ec7bf2686a617f677924104197db2503d;hpb=5e2d22d53ed322a7124e26a4fbd116a8210eb77a;p=thirdparty%2Fopenssl.git diff --git a/crypto/core_namemap.c b/crypto/core_namemap.c index 5bb0f09ec7..415df3d839 100644 --- a/crypto/core_namemap.c +++ b/crypto/core_namemap.c @@ -409,14 +409,14 @@ static void get_legacy_cipher_names(const OBJ_NAME *on, void *arg) { const EVP_CIPHER *cipher = (void *)OBJ_NAME_get(on->name, on->type); - get_legacy_evp_names(NID_undef, EVP_CIPHER_type(cipher), NULL, arg); + get_legacy_evp_names(NID_undef, EVP_CIPHER_get_type(cipher), NULL, arg); } static void get_legacy_md_names(const OBJ_NAME *on, void *arg) { const EVP_MD *md = (void *)OBJ_NAME_get(on->name, on->type); - get_legacy_evp_names(0, EVP_MD_type(md), NULL, arg); + get_legacy_evp_names(0, EVP_MD_get_type(md), NULL, arg); } static void get_legacy_pkey_meth_names(const EVP_PKEY_ASN1_METHOD *ameth,