1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* scdaemon.c, scdaemon.h: New options --allow-admin and --deny-admin.

* app-openpgp.c (verify_chv3): Check it here.
This commit is contained in:
Werner Koch 2003-12-01 10:54:09 +00:00
parent 6b7af47bcc
commit 7134af9fdb
4 changed files with 20 additions and 2 deletions

View file

@ -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;