aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-02-11 19:41:29 +0000
committerWerner Koch <[email protected]>2020-02-11 19:41:29 +0000
commit77ea916533c5ca918b17ce83f6cc1b1afbd31e55 (patch)
treec26bd61ee05eb765103142d510dd7b5210dc503a /scd/command.c
parentcard: First code to actually create openpgp keys. (diff)
downloadgnupg-77ea916533c5ca918b17ce83f6cc1b1afbd31e55.tar.gz
gnupg-77ea916533c5ca918b17ce83f6cc1b1afbd31e55.zip
scd:openpgp: Send a KEY-TIME status with READKEY
* scd/app-openpgp.c (retrieve_fprtime_from_card): New. (do_readkey): Send a KEY_TIME status. -- It might be easier to fold this into KEYPAIRINFO but for backward compatibility using a separate status line is safer. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/command.c')
-rw-r--r--scd/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/command.c b/scd/command.c
index 527fb9385..1b8a0aa7e 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -2368,7 +2368,7 @@ send_status_direct (ctrl_t ctrl, const char *keyword, const char *args)
/* This status functions expects a printf style format string. No
- * filtering of the data is done instead the orintf formatted data is
+ * filtering of the data is done instead the printf formatted data is
* send using assuan_send_status. */
gpg_error_t
send_status_printf (ctrl_t ctrl, const char *keyword, const char *format, ...)