From 31bc3c8eddd53e0ca088bebf26b9173f2450e27b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 1 Sep 2010 11:07:16 +0000 Subject: s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/. Prepare for more use cases of the cache nonce. --- agent/command-ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agent/command-ssh.c') 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); -- cgit v1.2.3