summaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-04-28 16:31:29 +0200
committerWerner Koch <wk@gnupg.org>2006-04-28 16:31:29 +0200
commit00ffc478de4940b9fbbb9f488f545a65ca7d1278 (patch)
tree9ec271f1c03397acbd3c6274931ca7a927ae907f /g10/mainproc.c
parentStill merging 1.4.3 code back (diff)
downloadgnupg2-00ffc478de4940b9fbbb9f488f545a65ca7d1278.tar.xz
gnupg2-00ffc478de4940b9fbbb9f488f545a65ca7d1278.zip
Merged recent changes from 1.4
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 27989d3b2..1f91c8ca6 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -659,9 +659,9 @@ proc_plaintext( CTX c, PACKET *pkt )
often. There is no good way to specify what algorithms to
use in that case, so these three are the historical
answer. */
- md_enable( c->mfx.md, DIGEST_ALGO_RMD160 );
- md_enable( c->mfx.md, DIGEST_ALGO_SHA1 );
- md_enable( c->mfx.md, DIGEST_ALGO_MD5 );
+ gcry_md_enable( c->mfx.md, DIGEST_ALGO_RMD160 );
+ gcry_md_enable( c->mfx.md, DIGEST_ALGO_SHA1 );
+ gcry_md_enable( c->mfx.md, DIGEST_ALGO_MD5 );
}
if( opt.pgp2_workarounds && only_md5 && !opt.skip_verify ) {
/* This is a kludge to work around a bug in pgp2. It does only