summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsekret2015-07-23 11:07:45 +0200
committersekret2015-07-23 11:07:45 +0200
commit191f6d4ecb72bb1e841c8a32363b65282bc8630a (patch)
tree1f743508a1300a9ccd4647456b44edfa83a4fc79
parent8605b6ff8e6556fe25a032ea9361369d4eeb0520 (diff)
downloadaur-191f6d4ecb72bb1e841c8a32363b65282bc8630a.tar.gz
updated default config.h
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a1ab211131af..1eb9566c9fd2 100644
--- a/config.h
+++ b/config.h
@@ -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 */