mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc/
* gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
This commit is contained in:
parent
5240d014f8
commit
fedae25efd
5 changed files with 20 additions and 2 deletions
|
@ -139,9 +139,11 @@ static ARGPARSE_OPTS opts[] = {
|
|||
};
|
||||
|
||||
|
||||
/* The card dirver we use by default for PC/SC. */
|
||||
/* The card driver we use by default for PC/SC. */
|
||||
#if defined(HAVE_W32_SYSTEM) || defined(__CYGWIN__)
|
||||
#define DEFAULT_PCSC_DRIVER "winscard.dll"
|
||||
#elif defined(__APPLE__)
|
||||
#define DEFAULT_PCSC_DRIVER "/System/Library/Frameworks/PCSC.framework/PCSC"
|
||||
#elif defined(__GLIBC__)
|
||||
#define DEFAULT_PCSC_DRIVER "libpcsclite.so.1"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue