aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-01 10:54:09 +0000
committerWerner Koch <[email protected]>2003-12-01 10:54:09 +0000
commit7134af9fdb194ae8291775fed78cd1a82eaaa41b (patch)
tree35754ee22cdad633b430f3e2aa89f7a1d9222158 /scd/scdaemon.h
parent(Certificate Options): Add --{enable,disable}-ocsp. (diff)
downloadgnupg-7134af9fdb194ae8291775fed78cd1a82eaaa41b.tar.gz
gnupg-7134af9fdb194ae8291775fed78cd1a82eaaa41b.zip
* scdaemon.c, scdaemon.h: New options --allow-admin and --deny-admin.
* app-openpgp.c (verify_chv3): Check it here.
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r--scd/scdaemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index 43c3189b3..e13377af7 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -57,6 +57,8 @@ struct {
const char *pcsc_driver; /* Library to access the PC/SC system. */
int disable_opensc; /* Disable the use of the OpenSC framework. */
int disable_ccid; /* Disable the use of the internal CCID driver. */
+ int allow_admin; /* Allow the use of admin commands for certain
+ cards. */
} opt;