summaryrefslogtreecommitdiff
path: root/dpi/https.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/https.c')
-rw-r--r--dpi/https.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/https.c b/dpi/https.c
index 256c96d5..00ceb0c1 100644
--- a/dpi/https.c
+++ b/dpi/https.c
@@ -68,7 +68,7 @@
#define MSG(...) printf("[https dpi]: " __VA_ARGS__)
-
+#define ENABLE_SSL
#undef ENABLE_SSL
#ifdef ENABLE_SSL
@@ -664,7 +664,7 @@ static void no_ssl_support(void)
" <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 65 from https.c, recompile and reinstall.\n\n"
+ " line 72 from dpi/https.c, 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"