aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-04-08 19:49:02 +0000
committerWerner Koch <[email protected]>1998-04-08 19:49:02 +0000
commit8b10a87908f4d382735a046e7d043ebc250d8d67 (patch)
tree9c4255d5cd84df663f9a7001b7b6277e53cf6e6e /g10/mainproc.c
parentNew tests (diff)
downloadgnupg-8b10a87908f4d382735a046e7d043ebc250d8d67.tar.gz
gnupg-8b10a87908f4d382735a046e7d043ebc250d8d67.zip
test release
Diffstat (limited to '')
-rw-r--r--g10/mainproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 86a1716db..d8b4310a1 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -226,6 +226,7 @@ proc_plaintext( CTX c, PACKET *pkt )
* textmode filter (sigclass 0x01)
*/
c->mfx.md = md_open( DIGEST_ALGO_RMD160, 0);
+ md_enable( c->mfx.md, DIGEST_ALGO_SHA1 );
md_enable( c->mfx.md, DIGEST_ALGO_MD5 );
rc = handle_plaintext( pt, &c->mfx );
if( rc )