summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-27 18:07:53 +0200
committerwm4 <wm4@nowhere>2013-09-27 18:09:30 +0200
commitb7f01957ec37590a2143e45b377b8e6bb3bc36ed (patch)
treea9db70cd5906992170a4cd5798ec4bdd654518cf /mpvcore/options.h
parentb8382aabb338db49b1cc0344a7ec386fa7f7f1c2 (diff)
downloadmpv-b7f01957ec37590a2143e45b377b8e6bb3bc36ed.tar.bz2
mpv-b7f01957ec37590a2143e45b377b8e6bb3bc36ed.tar.xz
network: add options to control TLS verification
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index 025ff63b5d..fb88456ac9 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -281,6 +281,8 @@ extern char **network_http_header_fields;
extern char *network_useragent;
extern char *network_referrer;
extern int network_cookies_enabled;
+extern int network_tls_verify;
+extern char *network_tls_ca_file;
extern char *cookies_file;
extern const m_option_t mp_opts[];