diff options
author | Werner Koch <wk@gnupg.org> | 2003-09-02 21:06:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-09-02 21:06:34 +0200 |
commit | 936250aac9d87f464e8e4c5958d54e9ac405c878 (patch) | |
tree | 6ab4aa6a1eadbbd486327530236635d9f0563525 /scd/scdaemon.h | |
parent | 2003-08-26 Timo Schulz <twoaday@freakmail.de> (diff) | |
download | gnupg2-936250aac9d87f464e8e4c5958d54e9ac405c878.tar.xz gnupg2-936250aac9d87f464e8e4c5958d54e9ac405c878.zip |
* configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
* scdaemon.c, scdaemon.h: New option --pcsc-ccid.
* ccid-driver.c, ccid-driver.h: New but far from being useful.
* Makefile.am: Add above.
* apdu.c: Add support for that ccid driver.
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 3671c7394..43c3189b3 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -55,7 +55,8 @@ struct { const char *homedir; /* configuration directory name */ const char *ctapi_driver; /* Library to access the ctAPI. */ const char *pcsc_driver; /* Library to access the PC/SC system. */ - int disable_opensc; /* Disable the sue of the OpenSC framework. */ + int disable_opensc; /* Disable the use of the OpenSC framework. */ + int disable_ccid; /* Disable the use of the internal CCID driver. */ } opt; |