aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-09-20 18:38:39 +0000
committerWerner Koch <[email protected]>2004-09-20 18:38:39 +0000
commit9d17a635c977a209bee78203e3cfb85a9cb09fc6 (patch)
tree9fdd7a23c8193693c305a5f1716f02b170fc2899 /g10/cardglue.c
parent* cardglue.c (open_card): Use shutdown code if possible. (diff)
downloadgnupg-9d17a635c977a209bee78203e3cfb85a9cb09fc6.tar.gz
gnupg-9d17a635c977a209bee78203e3cfb85a9cb09fc6.zip
* gpg.sgml: Document -K.
* g10.c: Make -K an alias for --list-secret-keys. * keylist.c (print_card_serialno): New. Taken from gnupg 1.9.11. (list_keyblock_print): Make use of it. * keyedit.c (show_key_with_all_names): Print the card S/N. * keyedit.c (keyedit_menu): New command ADDCARDKEY. * card-util.c (card_generate_subkey): New. * keygen.c (generate_card_subkeypair): New. (gen_card_key): New arg IS_PRIMARY; changed all callers. * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto.
Diffstat (limited to 'g10/cardglue.c')
-rw-r--r--g10/cardglue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/cardglue.c b/g10/cardglue.c
index 5faa41bad..cff025cb3 100644
--- a/g10/cardglue.c
+++ b/g10/cardglue.c
@@ -812,8 +812,8 @@ agent_scd_change_pin (int chvno)
pin_cb, NULL);
}
-/* Perform a CHECKPIN operation. SERIALNO should be the seriial
- number of the card - optioanlly followed by the fingerprint;
+/* Perform a CHECKPIN operation. SERIALNO should be the serial
+ number of the card - optionally followed by the fingerprint;
however the fingerprint is ignored here. */
int
agent_scd_checkpin (const char *serialnobuf)