aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-27 08:23:45 +0000
committerWerner Koch <[email protected]>2004-04-27 08:23:45 +0000
commit577d9c2342f99ebf163d35519ab8adc573f26765 (patch)
tree0b5ecdd7f3f18987dd069573b03d4a1c55d64b53 /g10/options.h
parent* getkey.c (get_seckey_byname2): Significantly simplify this function by (diff)
downloadgnupg-577d9c2342f99ebf163d35519ab8adc573f26765.tar.gz
gnupg-577d9c2342f99ebf163d35519ab8adc573f26765.zip
A bunch of changes for the openpgp card.
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index 8a93a8014..5da785aaf 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -195,6 +195,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 allow_admin; /* Allow the use of Admin commands. */
#endif /*ENABLE_CARD_SUPPORT*/
} opt;