diff options
author | Werner Koch <[email protected]> | 2003-08-19 09:36:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-19 09:36:48 +0000 |
commit | e3cdba838618c83e87910150d6f292d06ba65b9b (patch) | |
tree | 7e61562c4c0904e9909ab4e7ef7b6c79e6198680 /scd/scdaemon.h | |
parent | 2003-08-19 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-e3cdba838618c83e87910150d6f292d06ba65b9b.tar.gz gnupg-e3cdba838618c83e87910150d6f292d06ba65b9b.zip |
* scdaemon.c, scdaemon.h: New option --pcsc-driver.
* apdu.c (apdu_open_reader): Use that option here instead of a
hardcoded one.
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 20e2fa768..3671c7394 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -54,6 +54,7 @@ struct { int batch; /* batch mode */ 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. */ } opt; |