From be38c0514aabcff8b4a0b588a06d36c150c8b5ed Mon Sep 17 00:00:00 2001 From: james Date: Sat, 15 Oct 2005 12:14:56 +0000 Subject: Fixed some minor build issues with PKCS11 patch: "make dist" wasn't building correct tarball. Some ./configure --enable/--disable options were broken. Renamed pkcs11 directory to pkcs11-headers to work around automake issue. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@626 e7ae566f-a301-0410-adde-c780ea21d3b5 --- pkcs11.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkcs11.c') diff --git a/pkcs11.c b/pkcs11.c index 7352e8f..cee178e 100644 --- a/pkcs11.c +++ b/pkcs11.c @@ -34,9 +34,10 @@ #include "config.h" #endif -#if defined(USE_CRYPTO) && defined(USE_SSL) && defined(ENABLE_PKCS11) - #include "syshead.h" + +#if defined(ENABLE_PKCS11) + #include "error.h" #include "misc.h" #include "ssl.h" -- cgit v1.1