From e91cfc8e476c45c5c3ed87040033672fc1faab35 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 27 Jun 2007 15:39:56 +0000 Subject: Add ca_path option which sets CURLOPT_CAPATH. svn path=/trunk/netsurf/; revision=3369 --- 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 a394204ec..8ecc0c407 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -55,6 +55,7 @@ extern char *option_font_mono; extern char *option_font_cursive; extern char *option_font_fantasy; extern char *option_ca_bundle; +extern char *option_ca_path; extern char *option_cookie_file; extern char *option_cookie_jar; extern char *option_homepage_url; -- cgit v1.2.3