mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* mainproc.c (proc_encrypted): Use --s2k-digest-algo for passphrase
mangling rather than --digest-algo.
This commit is contained in:
parent
8b9e9d33c1
commit
bd23076c5e
2 changed files with 4 additions and 1 deletions
|
@ -477,7 +477,7 @@ proc_encrypted( CTX c, PACKET *pkt )
|
|||
}
|
||||
else {
|
||||
algo = CIPHER_ALGO_IDEA;
|
||||
if (!opt.def_digest_algo) {
|
||||
if (!opt.s2k_digest_algo) {
|
||||
/* If no digest is given we assume MD5 */
|
||||
s2kbuf.mode = 0;
|
||||
s2kbuf.hash_algo = DIGEST_ALGO_MD5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue