projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
098eb1a
)
Remove commented-out HMAC code
author
Iaroslav Gridin
<voker57@gmail.com>
Sat, 29 Oct 2016 13:59:39 +0000
(16:59 +0300)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 10 Jan 2017 07:21:45 +0000
(08:21 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1784)
crypto/engine/eng_cryptodev.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cryptodev.c
b/crypto/engine/eng_cryptodev.c
index e3361510958da0d2bf7333ea3ed5774f9f2bb638..24692b111f2c74a0fc0b4f0ee177c47e5211ca09 100644
(file)
--- a/
crypto/engine/eng_cryptodev.c
+++ b/
crypto/engine/eng_cryptodev.c
@@
-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},