diff options
Diffstat (limited to '')
-rw-r--r-- | agent/query.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/query.c b/agent/query.c index 1b90c49e1..45fcbfd8e 100644 --- a/agent/query.c +++ b/agent/query.c @@ -268,6 +268,7 @@ agent_get_passphrase (char **retpass, const char *desc, const char *prompt, if (!parm.buffer) return seterr (Out_Of_Core); + assuan_begin_confidential (entry_ctx); rc = assuan_transact (entry_ctx, "GETPIN", getpin_cb, &parm, NULL, NULL); if (rc) { |