aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-16 22:40:54 +0200
committerjcid <devnull@localhost>2008-10-16 22:40:54 +0200
commit3538e3e1744ba1f00960eab0024d68621c7e1212 (patch)
treef56ea9c7f03bc93be4f565df8c860d17b5138e08 /dpi
parent43d381eb27a65ef239a79a3b61cfda42390af95f (diff)
- Switched SSL enabled to configure.in (./configure --enable-ssl)
Diffstat (limited to 'dpi')
-rw-r--r--dpi/https.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/dpi/https.c b/dpi/https.c
index 00ceb0c1..2f2ac930 100644
--- a/dpi/https.c
+++ b/dpi/https.c
@@ -68,8 +68,6 @@
#define MSG(...) printf("[https dpi]: " __VA_ARGS__)
-#define ENABLE_SSL
-#undef ENABLE_SSL
#ifdef ENABLE_SSL
#include <openssl/ssl.h>
@@ -663,8 +661,8 @@ static void no_ssl_support(void)
"<b>}</b>\n\n"
" <b>*** Dillo's prototype plugin for https support"
" is disabled now ***</b>\n\n"
- " If you want to test this <b>alpha</b> support code, just remove\n"
- " line 72 from dpi/https.c, recompile and reinstall.\n\n"
+ " If you want to test this <b>alpha</b> support code, just\n"
+ " reconfigure with --enable-ssl, recompile and reinstall.\n\n"
" (beware that this https support is very limited now)\n\n"
" To use https and SSL, you must have \n"
" the OpenSSL development libraries installed. Check your\n"