[dev] [surf] [PATCH] Make strictssl Bool

From: Jochen Sprickerhof <dwm_AT_jochen.sprickerhof.de>
Date: Wed, 22 Apr 2015 17:34:45 +0200

---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index a1ab211..1eb9566 100644
--- a/config.def.h
+++ b/config.def.h
_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; /* Refuse untrusted SSL connections */
 static time_t sessiontime   = 3600;
 
 /* Webkit default features */
-- 
2.1.4

Received on Wed Apr 22 2015 - 17:34:45 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 22 2015 - 17:36:25 CEST