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:
parent
730247b19e
commit
a0b4f40301
4 changed files with 18 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue