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