From 77ea916533c5ca918b17ce83f6cc1b1afbd31e55 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 11 Feb 2020 20:41:29 +0100 Subject: 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 --- scd/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/command.c') 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, ...) -- cgit v1.2.3