mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner Koch
This commit is contained in:
parent
07e51ec069
commit
600846925c
31 changed files with 614 additions and 360 deletions
|
@ -78,7 +78,8 @@ decrypt_data( void *procctx, PKT_encrypted *ed, DEK *dek )
|
|||
|
||||
if( ed->mdc_method ) {
|
||||
dfx.mdc_hash = md_open( ed->mdc_method, 0 );
|
||||
/*md_start_debug(dfx.mdc_hash, "checkmdc");*/
|
||||
if ( DBG_HASHING )
|
||||
md_start_debug(dfx.mdc_hash, "checkmdc");
|
||||
}
|
||||
dfx.cipher_hd = cipher_open( dek->algo,
|
||||
ed->mdc_method? CIPHER_MODE_CFB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue