aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
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"