summaryrefslogtreecommitdiff
path: root/cipher/rmd160.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-01-21 17:46:55 +0000
committerWerner Koch <wk@gnupg.org>2009-01-21 17:46:55 +0000
commita88d016d89b3c9cb9bb0d973be43127b0afdf1af (patch)
tree092d3cac035ed65c3ecd924d9d907710dc4a2f58 /cipher/rmd160.c
parentbf415db4f48a1d7e50c25a1bfa8cb252b37eb6dd (diff)
downloadlibgcrypt-a88d016d89b3c9cb9bb0d973be43127b0afdf1af.tar.gz
Fix for dsa signature verifciation in fipsdrv.
Other small changes.
Diffstat (limited to 'cipher/rmd160.c')
-rw-r--r--cipher/rmd160.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cipher/rmd160.c b/cipher/rmd160.c
index 5a0c1fc1..7805bf53 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -559,7 +559,9 @@ static gcry_md_oid_spec_t oid_spec_rmd160[] =
{
/* rsaSignatureWithripemd160 */
{ "1.3.36.3.3.1.2" },
- { NULL },
+ /* TeleTrust hash algorithm. */
+ { "1.3.36.3.2.1" },
+ { NULL }
};
gcry_md_spec_t _gcry_digest_spec_rmd160 =