Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27923)
engine = (char *)ENGINE_get_id(pmacctx->key->cipher.engine);
#endif
- if (!ossl_prov_set_macctx(pmacctx->macctx, NULL,
+ if (!ossl_prov_set_macctx(pmacctx->macctx,
(char *)ciphername,
(char *)mdname,
(char *)engine,
- pmacctx->key->properties,
- NULL, 0))
+ pmacctx->key->properties))
return 0;
if (!EVP_MAC_init(pmacctx->macctx, pmacctx->key->priv_key,