mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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:
parent
098eb1a7b7
commit
2c5998dde6
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user