diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 756a8edc1..cac1c4c2c 100644 --- a/g10/options.h +++ b/g10/options.h @@ -214,6 +214,7 @@ struct const char *ctapi_driver; /* Library to access the ctAPI. */ const char *pcsc_driver; /* Library to access the PC/SC system. */ int disable_ccid; /* Disable the use of the internal CCID driver. */ + int disable_keypad; /* Do not allow the use of a keypad. */ #endif /*ENABLE_CARD_SUPPORT*/ struct |