--- 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
This archive was generated by hypermail 2.3.0 : Wed Apr 22 2015 - 17:36:25 CEST