From e6cec7dbe832c47915f0ce3a0e82004c497b00e8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 10 Jun 2004 22:40:56 +0000 Subject: [project @ 2004-06-10 22:40:56 by jmb] Allow configuration of SSL certificate verification svn path=/import/netsurf/; revision=955 --- desktop/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/options.h') 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); -- cgit v1.2.3