configure location of pkcs11.h; refs #30

This commit is contained in:
Marc Wäckerlin
2014-05-06 15:42:09 +00:00
parent e8fdd5ace9
commit c9457c4fdd
2 changed files with 19 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
// interface
#include <openssl.hxx>
#ifndef WIN32
#include <pkcs11/pkcs11.h>
#include <pkcs11.h>
#else
#include <cryptoki.h>
#endif