Fix type of strictssl property.
authorQuentin Rameau <quinq@fifth.space>
Mon, 13 Jul 2015 11:31:22 +0000 (13:31 +0200)
committerQuentin Rameau <quinq@fifth.space>
Mon, 13 Jul 2015 11:31:22 +0000 (13:31 +0200)
Thanks to Mark Edgar <medgar123@gmail.com> for having spotted this.

config.def.h

index a1ab211..1eb9566 100644 (file)
@@ -19,7 +19,7 @@ static char *cookiefile     = "~/.surf/cookies.txt";
 static char *cookiepolicies = "Aa@"; /* A: accept all; a: accept nothing,
                                         @: 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 */