mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner Koch
This commit is contained in:
parent
52139a60cf
commit
dcaaa9223e
30 changed files with 4146 additions and 272 deletions
|
@ -312,7 +312,9 @@ proc_encrypted( CTX c, PACKET *pkt )
|
|||
|
||||
/*log_debug("dat: %sencrypted data\n", c->dek?"":"conventional ");*/
|
||||
if( !c->dek && !c->last_was_session_key ) {
|
||||
/* assume this is old conventional encrypted data */
|
||||
/* assume this is old conventional encrypted data
|
||||
* Actually we should use IDEA and MD5 in this case, but becuase
|
||||
* IDEA is patented we can't do so */
|
||||
c->dek = passphrase_to_dek( NULL, 0,
|
||||
opt.def_cipher_algo ? opt.def_cipher_algo
|
||||
: DEFAULT_CIPHER_ALGO, NULL, 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue