aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-01-20 18:25:25 +0000
committerWerner Koch <[email protected]>2005-01-20 18:25:25 +0000
commit6a0fda89c0168283f00ed7f16d5a176c916dc6d8 (patch)
treea771d890eafa824c243bf902d3669ea4a6063b93
parent* gpgv.c (tty_fprintf): New stub. (diff)
downloadgnupg-6a0fda89c0168283f00ed7f16d5a176c916dc6d8.tar.gz
gnupg-6a0fda89c0168283f00ed7f16d5a176c916dc6d8.zip
(open_card): Issue new CARDCTRL(4) status.
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/cardglue.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 4be117f89..39e816cf7 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,8 +1,10 @@
2005-01-20 Werner Koch <[email protected]>
+ * cardglue.c (open_card): Issue new CARDCTRL(4) status.
+
* gpgv.c (tty_fprintf): New stub.
- * card-util.c (card_status): Create asecret key stub on the fly
+ * card-util.c (card_status): Create a secret key stub on the fly
and print more information about a card key.
* import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New.
* getkey.c (get_seckeyblock_byfprint): New.
diff --git a/g10/cardglue.c b/g10/cardglue.c
index e6bcbe286..a28f1c079 100644
--- a/g10/cardglue.c
+++ b/g10/cardglue.c
@@ -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);