mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
About to release 1.4.3
This commit is contained in:
parent
4afa4eb10e
commit
256f67675f
43 changed files with 10662 additions and 10109 deletions
|
@ -1726,6 +1726,8 @@ main (int argc, char **argv )
|
|||
opt.pcsc_driver = "winscard.dll";
|
||||
#elif defined(__APPLE__)
|
||||
opt.pcsc_driver = "/System/Library/Frameworks/PCSC.framework/PCSC";
|
||||
#elif defined(__GLIBC__)
|
||||
opt.pcsc_driver = "libpcsclite.so.1";
|
||||
#else
|
||||
opt.pcsc_driver = "libpcsclite.so";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue