summaryrefslogtreecommitdiff
path: root/cipher/md.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-03-10 10:23:52 +0000
committerWerner Koch <wk@gnupg.org>2006-03-10 10:23:52 +0000
commitf9ad9d6811da42f31488e8d079901695f064b4ee (patch)
treed9f94b7ac112390f7dcbead28cd105a155ffaf75 /cipher/md.c
parent5f2cbce7203a29440f37cd118df085de07d5032a (diff)
downloadlibgcrypt-f9ad9d6811da42f31488e8d079901695f064b4ee.tar.gz
Applied pacthes from Brad Hards.
Note, that the HMAC tests for SHA-384 and SHA-512 are failing.
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/md.c b/cipher/md.c
index 95dad720..3bd94272 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -56,6 +56,7 @@ static struct digest_table_entry
#endif
#if USE_SHA256
{ &_gcry_digest_spec_sha256, GCRY_MD_SHA256 },
+ { &_gcry_digest_spec_sha224, GCRY_MD_SHA224 },
#endif
#if USE_SHA512
{ &_gcry_digest_spec_sha512, GCRY_MD_SHA512 },