Remove commented-out HMAC code

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1784)
This commit is contained in:
Iaroslav Gridin 2016-10-29 16:59:39 +03:00 committed by Richard Levitte
parent 098eb1a7b7
commit 2c5998dde6

View File

@ -191,11 +191,6 @@ static struct {
int nid;
int digestlen;
} digests[] = {
# if 0
/* HMAC is not supported */
{CRYPTO_MD5_HMAC, NID_hmacWithMD5, 16},
{CRYPTO_SHA1_HMAC, NID_hmacWithSHA1, 20},
# endif
{CRYPTO_MD5, NID_md5, 16},
{CRYPTO_SHA1, NID_sha1, 20},
{CRYPTO_SHA2_256, NID_sha256, 32},