aboutsummaryrefslogtreecommitdiff
path: root/www/cacheboy16/files/patch-libiapp-iapp_ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/cacheboy16/files/patch-libiapp-iapp_ssl.h')
-rw-r--r--www/cacheboy16/files/patch-libiapp-iapp_ssl.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/cacheboy16/files/patch-libiapp-iapp_ssl.h b/www/cacheboy16/files/patch-libiapp-iapp_ssl.h
new file mode 100644
index 000000000000..b3c910dae24d
--- /dev/null
+++ b/www/cacheboy16/files/patch-libiapp-iapp_ssl.h
@@ -0,0 +1,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