diff options
author | Werner Koch <[email protected]> | 2010-09-01 11:07:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-09-01 11:07:16 +0000 |
commit | 31bc3c8eddd53e0ca088bebf26b9173f2450e27b (patch) | |
tree | ae78047fe9da63ea906f7e66f93b2d521eb01f91 /agent/command-ssh.c | |
parent | Use passphrase caching for import and genkey. (diff) | |
download | gnupg-31bc3c8eddd53e0ca088bebf26b9173f2450e27b.tar.gz gnupg-31bc3c8eddd53e0ca088bebf26b9173f2450e27b.zip |
s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.
Prepare for more use cases of the cache nonce.
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r-- | agent/command-ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 128cf5548..ec1c73e6a 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -2049,7 +2049,7 @@ data_sign (ctrl_t ctrl, ssh_signature_encoder_t sig_encoder, *sig_n = 0; ctrl->use_auth_call = 1; - err = agent_pksign_do (ctrl, + err = agent_pksign_do (ctrl, NULL, _("Please enter the passphrase " "for the ssh key%0A %c"), &signature_sexp, CACHE_MODE_SSH, ttl_from_sshcontrol); |