diff options
author | Werner Koch <wk@gnupg.org> | 2020-02-11 20:41:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-02-11 20:41:29 +0100 |
commit | 77ea916533c5ca918b17ce83f6cc1b1afbd31e55 (patch) | |
tree | c26bd61ee05eb765103142d510dd7b5210dc503a /scd/command.c | |
parent | card: First code to actually create openpgp keys. (diff) | |
download | gnupg2-77ea916533c5ca918b17ce83f6cc1b1afbd31e55.tar.xz gnupg2-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 <wk@gnupg.org>
Diffstat (limited to '')
-rw-r--r-- | scd/command.c | 2 |
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, ...) |