From 3e8b853ec7cbe794108c250419ff01e56c656202 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 7 Jan 2016 23:45:15 -0500 Subject: Changes: * Added an --insecure option to disable host/peer verification in libcurl. This allows feh to load images on HTTPS hosts with self-signed certificates. For security, this is not the default. * Fixed an include in show_usage. --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 923aa41..78deaae 100644 --- a/src/options.h +++ b/src/options.h @@ -73,6 +73,7 @@ struct __fehoptions { unsigned char image_bg; unsigned char no_fehbg; unsigned char keep_zoom_vp; + unsigned char insecure_ssl; char *output_file; char *output_dir; -- cgit v1.2.3