diff options
author | Werner Koch <[email protected]> | 2009-03-05 19:19:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-05 19:19:37 +0000 |
commit | 59d7a54e72aec2a64ec58ac66d550c17be91b27c (patch) | |
tree | d32d7e71b998092594cb542b7250a3f6b8da533c /agent/command.c | |
parent | Fix segv. (diff) | |
download | gnupg-59d7a54e72aec2a64ec58ac66d550c17be91b27c.tar.gz gnupg-59d7a54e72aec2a64ec58ac66d550c17be91b27c.zip |
New PIN Callback attributes in gpg-agent.
Common prompts for keypad and simple card reader.
More support for Netkey cards; PIN management works now.
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index bf2db1c76..9ebcd091f 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1061,7 +1061,7 @@ cmd_learn (assuan_context_t ctx, char *line) /* PASSWD <hexstring_with_keygrip> - Change the passphrase/PID for the key identified by keygrip in LINE. */ + Change the passphrase/PIN for the key identified by keygrip in LINE. */ static int cmd_passwd (assuan_context_t ctx, char *line) { |