1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-09 22:21:12 +01:00

(open_card): Issue new CARDCTRL(4) status.

This commit is contained in:
Werner Koch 2005-01-20 18:25:25 +00:00
parent b2b2786be1
commit 6a0fda89c0
2 changed files with 4 additions and 1 deletions

@ -1,5 +1,7 @@
2005-01-20 Werner Koch <wk@g10code.com> 2005-01-20 Werner Koch <wk@g10code.com>
* cardglue.c (open_card): Issue new CARDCTRL(4) status.
* gpgv.c (tty_fprintf): New stub. * gpgv.c (tty_fprintf): New stub.
* card-util.c (card_status): Create a secret key stub on the fly * card-util.c (card_status): Create a secret key stub on the fly

@ -295,6 +295,7 @@ open_card (void)
} }
if (rc) if (rc)
{ {
write_status_text (STATUS_CARDCTRL, "4");
log_info ("selecting openpgp failed: %s\n", gpg_strerror (rc)); log_info ("selecting openpgp failed: %s\n", gpg_strerror (rc));
apdu_close_reader (slot); apdu_close_reader (slot);
xfree (app); xfree (app);