diff options
author | Werner Koch <wk@gnupg.org> | 1998-05-15 20:49:19 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-05-15 20:49:19 +0200 |
commit | f9a70437820d05f7f98ffd1c9003edd83872e9b5 (patch) | |
tree | dc17bdc0dea76ddc28ae651a3dc341b83784dd12 /g10/mainproc.c | |
parent | can create v4 signatures (diff) | |
download | gnupg2-f9a70437820d05f7f98ffd1c9003edd83872e9b5.tar.xz gnupg2-f9a70437820d05f7f98ffd1c9003edd83872e9b5.zip |
new releaseV0-2-18
Diffstat (limited to 'g10/mainproc.c')
-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 fa2291bc0..7dfbf5415 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -238,6 +238,7 @@ proc_plaintext( CTX c, PACKET *pkt ) * textmode filter (sigclass 0x01) */ c->mfx.md = md_open( DIGEST_ALGO_RMD160, 0); + md_start_debug(c->mfx.md, "proc_plaintext"); md_enable( c->mfx.md, DIGEST_ALGO_SHA1 ); md_enable( c->mfx.md, DIGEST_ALGO_MD5 ); md_enable( c->mfx.md, DIGEST_ALGO_TIGER ); |