mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
patchlevel 2
This commit is contained in:
parent
cf783fe54c
commit
762d3d7197
24 changed files with 475 additions and 81 deletions
|
@ -232,7 +232,7 @@ proc_encrypted( CTX c, PACKET *pkt )
|
|||
if( !c->dek && !c->last_was_pubkey_enc ) {
|
||||
/* assume this is conventional encrypted data */
|
||||
c->dek = m_alloc_secure( sizeof *c->dek );
|
||||
c->dek->algo = DEFAULT_CIPHER_ALGO;
|
||||
c->dek->algo = opt.def_cipher_algo;
|
||||
result = make_dek_from_passphrase( c->dek, 0 );
|
||||
}
|
||||
else if( !c->dek )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue