drop direct PCSC dependency for the tool

This commit is contained in:
Klas Lindfors
2014-06-17 09:16:51 +02:00
parent 56bee46ed3
commit 9eb5c7fda1
2 changed files with 2 additions and 12 deletions
-9
View File
@@ -34,15 +34,6 @@
#include "ykpiv.h"
#if BACKEND_PCSC
#if defined HAVE_PCSC_WINSCARD_H
# include <PCSC/wintypes.h>
# include <PCSC/winscard.h>
#else
# include <winscard.h>
#endif
#endif
#include <openssl/des.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>