diff options
Diffstat (limited to 'scd/command.c')
-rw-r--r-- | scd/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/command.c b/scd/command.c index e73228f3d..28fdfcb62 100644 --- a/scd/command.c +++ b/scd/command.c @@ -978,7 +978,9 @@ pin_cb (void *opaque, const char *info, char **retstr) /* Fixme: Write an inquire function which returns the result in secure memory and check all further handling of the PIN. */ + assuan_begin_confidential (ctx); rc = assuan_inquire (ctx, command, &value, &valuelen, MAXLEN_PIN); + assuan_end_confidential (ctx); xfree (command); if (rc) return rc; |