aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-13 16:53:02 +0200
committerjcid <devnull@localhost>2008-10-13 16:53:02 +0200
commit3a7e1c18f27a0b1cd49c3b44c291fae886310b70 (patch)
tree9cee1a4f579e079c04bd9e72c7623ba568f8c09a /dpi
parent25ee636dbb5de48d2528ad747c99b2171054385d (diff)
.
Diffstat (limited to 'dpi')
-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"