diff options
author | Werner Koch <[email protected]> | 1998-04-08 19:49:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-08 19:49:02 +0000 |
commit | 8b10a87908f4d382735a046e7d043ebc250d8d67 (patch) | |
tree | 9c4255d5cd84df663f9a7001b7b6277e53cf6e6e /g10/mainproc.c | |
parent | New tests (diff) | |
download | gnupg-8b10a87908f4d382735a046e7d043ebc250d8d67.tar.gz gnupg-8b10a87908f4d382735a046e7d043ebc250d8d67.zip |
test release
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 1 |
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 ) |