summaryrefslogtreecommitdiffstats
path: root/src/sim/reader_pcsc.c
Commit message (Collapse)AuthorAgeFilesLines
* sim: reader_pcsc:Remove dead codeHarald Welte2014-10-271-2/+0
| | | | | | PCSC_ERROR() macro is already performing error checking. Found by coverity.
* pcsc: Fix the include pathHolger Hans Peter Freyther2014-10-271-2/+2
| | | | | | | | | | | | | | The pkg-config file already points into the PCSC directory. This is needed for FreeBSD where /usr/local/include is not in the default compiler search path. On Debian $ pkg-config --cflags libpcsclite -pthread -I/usr/include/PCSC On FreeBSD $ pkg-config --cflags libpcsclite -I/usr/local/include/PCSC -D_THREAD_SAFE -pthread
* sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte2014-10-261-1/+5
|
* sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONGHarald Welte2014-10-261-3/+3
|
* sim: further updates/fixesHarald Welte2014-10-261-0/+1
|
* sim: add copyright notices and merge file_codec.c into core.cHarald Welte2014-10-261-0/+23
|
* initial checkin of 'libosmosim'Harald Welte2014-10-261-0/+133