summaryrefslogtreecommitdiffstats
path: root/cryptoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cryptoapi.c')
-rw-r--r--cryptoapi.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/ssl.h>
#include <openssl/err.h>