1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-05-18 08:53:24 +02: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

View File

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

View File

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