[hackers] [surf] [PATCH] Correct the type for ssl-strict property.

From: Mark Edgar <medgar123_AT_gmail.com>
Date: Sun, 5 Jul 2015 17:13:12 +0200

Because the existing comment does not match the default value, I'm not sure
what was the original intent. Perhaps it would be better to change the
default behavior:

static Bool strictssl = TRUE; /* Refuse untrusted SSL connections. */

     -Mark

---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git config.def.h config.def.h
index a1ab211..95d97bf 100644
--- config.def.h
+++ config.def.h
_AT__AT_ -19,7 +19,7 @@ static char *cookiefile     = "~/.surf/cookies.txt";
 static char *cookiepolicies = "Aa_AT_"; /* A: accept all; a: accept nothing,
                                         _AT_: accept no third party */
 static char *cafile         = "/etc/ssl/certs/ca-certificates.crt";
-static char *strictssl      = FALSE; /* Refuse untrusted SSL connections */
+static Bool strictssl       = FALSE; /* Allow untrusted SSL connections. */
 static time_t sessiontime   = 3600;
 /* Webkit default features */
-- 
2.4.4
Received on Sun Jul 05 2015 - 17:13:12 CEST

This archive was generated by hypermail 2.3.0 : Sun Jul 05 2015 - 17:24:10 CEST