diff options
author | Werner Koch <[email protected]> | 2005-05-24 12:37:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-05-24 12:37:36 +0000 |
commit | e96af3715b9b126b435c7887e47a660a73bf237b (patch) | |
tree | 2cc95e397aa1a3f65016a0b8c15546f430e10060 /agent/findkey.c | |
parent | * Makefile.am: Do not build sc-copykeys anymore. (diff) | |
download | gnupg-e96af3715b9b126b435c7887e47a660a73bf237b.tar.gz gnupg-e96af3715b9b126b435c7887e47a660a73bf237b.zip |
* call-scd.c (inq_needpin): Skip leading spaces in of PIN
description.
* divert-scd.c (getpin_cb): Enhanced to cope with description
flags.
* query.c (agent_askpin): Add arg PROMPT_TEXT. Changed all
callers.
Diffstat (limited to 'agent/findkey.c')
-rw-r--r-- | agent/findkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c index 0b5816bf5..999a5d620 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -276,7 +276,7 @@ unprotect (CTRL ctrl, const char *desc_text, arg.unprotected_key = NULL; pi->check_cb_arg = &arg; - rc = agent_askpin (ctrl, desc_text, NULL, pi); + rc = agent_askpin (ctrl, desc_text, NULL, NULL, pi); if (!rc) { assert (arg.unprotected_key); |