From 0eb2ee14350308042eae163af35e795d6a67f8d3 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 5 Aug 2008 20:34:43 +0000 Subject: Reverted r3181, accomplish the same thing via a special case for Windows stdcall functions in configure.ac (Alon Bar-Lev). Minor fix to cryptoapi.c to not compile itself unless USE_CRYPTO and USE_SSL flags are enabled (Alon Bar-Lev). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3183 e7ae566f-a301-0410-adde-c780ea21d3b5 --- cryptoapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptoapi.c') diff --git a/cryptoapi.c b/cryptoapi.c index 3b78e2b..9406c7a 100644 --- a/cryptoapi.c +++ b/cryptoapi.c @@ -30,7 +30,7 @@ #include "syshead.h" -#ifdef WIN32 +#if defined(WIN32) && defined(USE_CRYPTO) && defined(USE_SSL) #include #include -- cgit