提交 2c5998dd 编写于 作者: I Iaroslav Gridin 提交者: Richard Levitte

Remove commented-out HMAC code

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1784)
上级 098eb1a7
......@@ -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},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册