aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/call-agent.c')
-rw-r--r--g10/call-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c
index c87b92ed8..8e241e6a7 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -840,7 +840,7 @@ scd_keypairinfo_status_cb (void *opaque, const char *line)
if (keywordlen == 11 && !memcmp (keyword, "KEYPAIRINFO", keywordlen))
{
/* The format of such a line is:
- * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime]
+ * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime] [fprtime] [algostr]
*/
const char *fields[4];
int nfields;