1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* g10.c, options.h: New option --limit-card-insert-tries.

* cardglue.c (open_card): Use it.
This commit is contained in:
Werner Koch 2005-07-19 12:14:39 +00:00
parent 730247b19e
commit a0b4f40301
4 changed files with 18 additions and 2 deletions

View file

@ -195,6 +195,8 @@ struct
byte *show_subpackets;
int rfc2440_text;
int limit_card_insert_tries; /* If > 0, limit the number of card
insertion prompts to this value. */
#ifdef ENABLE_CARD_SUPPORT
const char *ctapi_driver; /* Library to access the ctAPI. */
const char *pcsc_driver; /* Library to access the PC/SC system. */