mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Made scdaemon more robust on Windows.
This commit is contained in:
parent
d0ca953014
commit
b519a52cea
10 changed files with 55 additions and 22 deletions
|
@ -2442,11 +2442,7 @@ apdu_open_reader (const char *portstr)
|
|||
pcsc_api_loaded = 1;
|
||||
}
|
||||
|
||||
#ifdef NEED_PCSC_WRAPPER
|
||||
return open_pcsc_reader_wrapped (portstr);
|
||||
#else
|
||||
return open_pcsc_reader (portstr);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue