tFix type of strictssl property. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9b6998e7ae06ef4df14f84a902c24c49c0968a1d
 (DIR) parent b4ca032b8c61402c1ccdf29a64fed4f605cbcf7e
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Mon, 13 Jul 2015 13:31:22 +0200
       
       Fix type of strictssl property.
       
       Thanks to Mark Edgar <medgar123@gmail.com> for having spotted this.
       
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -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 */