mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Added command APDU
This commit is contained in:
parent
76cb368202
commit
c664309a0a
6 changed files with 189 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue