diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 05741a937..45744e57b 100644 --- a/g10/options.h +++ b/g10/options.h @@ -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. */ |