pcsc 0.1.0-alpha3

Bindings to PC/SC for smart card communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Valgrind suppression file.

# libpcsclite allocates some stuff when the first context is
# established, but never frees them afterwards.
{
   Suppress static leak in libpcsclite.
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:SCardEstablishContext
   ...
}