mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -63,7 +63,8 @@ write_header( cipher_filter_context_t *cfx, IOBUF a )
|
|||
if( use_mdc ) {
|
||||
ed.mdc_method = DIGEST_ALGO_SHA1;
|
||||
cfx->mdc_hash = md_open( DIGEST_ALGO_SHA1, 0 );
|
||||
/*md_start_debug( cfx->mdc_hash, "creatmdc" );*/
|
||||
if ( DBG_HASHING )
|
||||
md_start_debug( cfx->mdc_hash, "creatmdc" );
|
||||
}
|
||||
init_packet( &pkt );
|
||||
pkt.pkttype = use_mdc? PKT_ENCRYPTED_MDC : PKT_ENCRYPTED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue