summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-06-10 22:40:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-06-10 22:40:56 +0000
commite6cec7dbe832c47915f0ce3a0e82004c497b00e8 (patch)
treea5274df64e018bde954150ba51a353b01247229f /desktop/options.h
parentbd6ec2519044d166b7f2f5e8f949667a3d4c3317 (diff)
downloadnetsurf-e6cec7dbe832c47915f0ce3a0e82004c497b00e8.tar.gz
netsurf-e6cec7dbe832c47915f0ce3a0e82004c497b00e8.tar.bz2
[project @ 2004-06-10 22:40:56 by jmb]
Allow configuration of SSL certificate verification svn path=/import/netsurf/; revision=955
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index e903c31c3..efec32f33 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -30,6 +30,7 @@ extern int option_http_proxy_port;
extern int option_font_size;
extern int option_font_min_size;
extern char *option_accept_language;
+extern bool option_ssl_verify_certificates;
void options_read(const char *path);
void options_write(const char *path);