aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/command.c')
-rw-r--r--agent/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c
index 5f29adbe6..1b07600c3 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -1035,7 +1035,7 @@ cmd_readkey (assuan_context_t ctx, char *line)
goto leave;
}
- rc = agent_card_readkey (ctrl, keyid, &pkbuf);
+ rc = agent_card_readkey (ctrl, keyid, &pkbuf, NULL);
if (rc)
goto leave;
pkbuflen = gcry_sexp_canon_len (pkbuf, 0, NULL, NULL);