HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Jul 2019 20:19:37 +0000 (22:19 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 12 Aug 2019 11:35:18 +0000 (13:35 +0200)
commit5acb2be58b693f504c76eb07f5b9133b02895f3b
tree0d13f344757b20270690f11786b543aa719b5294
parentf1d3df3e69601f6f9f8070705543794f9b6696e2
HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()

The latter should only be ussed with legacy methods.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9391)
crypto/hmac/hmac.c