diff options
author | Werner Koch <[email protected]> | 2006-04-11 13:53:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-04-11 13:53:21 +0000 |
commit | c664309a0a9c2cd0aa0b1e10b488818ae7496f60 (patch) | |
tree | 95b635402c14e96ed1f30af30d0437f3e5f463c3 /scd/scdaemon.c | |
parent | 2006-04-09 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-c664309a0a9c2cd0aa0b1e10b488818ae7496f60.tar.gz gnupg-c664309a0a9c2cd0aa0b1e10b488818ae7496f60.zip |
Added command APDU
Diffstat (limited to '')
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 56c0d7600..e24b42132 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -139,6 +139,8 @@ static ARGPARSE_OPTS opts[] = { /* The card dirver we use by default for PC/SC. */ #if defined(HAVE_W32_SYSTEM) || defined(__CYGWIN__) #define DEFAULT_PCSC_DRIVER "winscard.dll" +#elif defined(__GLIBC__) +#define DEFAULT_PCSC_DRIVER "libpcsclite.so.1" #else #define DEFAULT_PCSC_DRIVER "libpcsclite.so" #endif |