hx509: explicitly include ref/pkcs11.h

review comment from Nico Williams: explicitly include ref/pkcs11.h to
avoid any conflict with system PKCS#11 header
This commit is contained in:
Luke Howard
2015-12-09 11:03:48 +11:00
parent 0de138a7dc
commit f789d8403e
5 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
#ifdef HAVE_DLOPEN
#include "pkcs11.h"
#include "ref/pkcs11.h"
struct p11_slot {
int flags;