summaryrefslogtreecommitdiff
path: root/www/cacheboy15-devel/files/patch-libiapp-iapp_ssl.h
blob: b3c910dae24d18ffcb5aa151a9701f7ff36a48d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libiapp/iapp_ssl.h  (revision 12992)
+++ libiapp/iapp_ssl.h  (working copy)
@@ -3,6 +3,9 @@
 
 #include "../include/config.h"
 
+/* Don't include these if we are -not- building with SSL support */
+
+#if USE_SSL
 #if HAVE_OPENSSL_SSL_H
 #include <openssl/ssl.h>
 #endif
@@ -12,5 +15,6 @@
 #if HAVE_OPENSSL_ENGINE_H
 #include <openssl/engine.h>
 #endif
+#endif /* USE_SSL */
 
 #endif