mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
agent: Support --ack option for POPUPPINPADPROMPT.
* agent/divert-scd.c (getpin_cb): Support --ack option.
--
Cherry-picked master commit of:
827529339a
We are now introducing "acknowledge button" feature to scdaemon,
so that we can support OpenPGPcard User Interaction Flag.
We will (re)use the mechanism of POPUPPINPADPROMPT for this. Perhaps,
we will change the name of POPUPPINPADPROMPT, since it will be no
longer for PINPAD only.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
3520a7b1fc
commit
e6be36ee88
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ getpin_cb (void *opaque, const char *desc_text, const char *info,
|
|||
}
|
||||
else if (maxbuf == 1) /* Open the pinentry. */
|
||||
{
|
||||
if (info)
|
||||
if (info && strcmp (info, "--ack") != 0)
|
||||
{
|
||||
char *desc, *desc2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue