summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/mac_legacy_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/mac_legacy_sig.c')
-rw-r--r--providers/implementations/signature/mac_legacy_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/signature/mac_legacy_sig.c b/providers/implementations/signature/mac_legacy_sig.c
index a8cc67b410..d9fd105289 100644
--- a/providers/implementations/signature/mac_legacy_sig.c
+++ b/providers/implementations/signature/mac_legacy_sig.c
@@ -107,7 +107,7 @@ static int mac_digest_sign_init(void *vpmacctx, const char *mdname, void *vkey,
pmacctx->key = vkey;
if (pmacctx->key->cipher.cipher != NULL)
- ciphername = (char *)EVP_CIPHER_name(pmacctx->key->cipher.cipher);
+ ciphername = (char *)EVP_CIPHER_get0_name(pmacctx->key->cipher.cipher);
#if !defined(OPENSSL_NO_ENGINE) && !defined(FIPS_MODULE)
if (pmacctx->key->cipher.engine != NULL)
engine = (char *)ENGINE_get_id(pmacctx->key->cipher.engine);