mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Added gpg-agent OPTION "s2k-count".
When unset or 0, the calibrated count will be used.
This commit is contained in:
parent
c9e473618f
commit
137e3a0fbc
8 changed files with 41 additions and 15 deletions
|
@ -2341,7 +2341,7 @@ ssh_key_to_protected_buffer (gcry_sexp_t key, const char *passphrase,
|
|||
gcry_sexp_sprint (key, GCRYSEXP_FMT_CANON, buffer_new, buffer_new_n);
|
||||
/* FIXME: guarantee? */
|
||||
|
||||
err = agent_protect (buffer_new, passphrase, buffer, buffer_n);
|
||||
err = agent_protect (buffer_new, passphrase, buffer, buffer_n, 0);
|
||||
|
||||
out:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue