mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
scd: Do not use the pcsc-wrapper.
* scd/apdu.c (NEED_PCSC_WRAPPER): Do not define. * scd/Makefile.am (libexec_PROGRAMS): Remove gnupg-pcsc-wrapper (gnupg_pcsc_wrapper_SOURCES): Remove. (gnupg_pcsc_wrapper_LDADD): Remove. (gnupg_pcsc_wrapper_CFLAGS): Remove.
This commit is contained in:
parent
5b34e347b6
commit
bc6b452129
3 changed files with 5 additions and 10 deletions
|
@ -20,7 +20,8 @@
|
|||
/*
|
||||
This wrapper is required to handle problems with the libpscslite
|
||||
library. That library assumes that pthreads are used and fails
|
||||
badly if one tries to use it with a procerss using Pth.
|
||||
badly if one tries to use it with a process using Pth. Note that
|
||||
the wrapper is not required if nPth is used.
|
||||
|
||||
The operation model is pretty simple: It reads requests from stdin
|
||||
and returns the answer on stdout. There is no direct mapping to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue