1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Wed Jun 14 12:27:09 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-06-14 10:12:10 +00:00
parent b8013e44ad
commit 07e51ec069
9 changed files with 92 additions and 33 deletions

View file

@ -119,6 +119,9 @@ decrypt_data( void *procctx, PKT_encrypted *ed, DEK *dek )
goto leave;
}
if( dfx.mdc_hash )
md_write( dfx.mdc_hash, temp, nprefix+2 );
if( ed->mdc_method )
iobuf_push_filter( ed->buf, mdc_decode_filter, &dfx );
else