diff options
author | William Woodruff <william@tuffbizz.com> | 2016-01-07 23:45:15 -0500 |
---|---|---|
committer | William Woodruff <william@tuffbizz.com> | 2016-01-07 23:57:09 -0500 |
commit | 3e8b853ec7cbe794108c250419ff01e56c656202 (patch) | |
tree | 68a7e119e4b576d7ee21f1d8e60d312eed682a04 /src/options.h | |
parent | d4b383c74ece244f076d2b201b1dc6a3b234e671 (diff) |
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.
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |