summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorJoschka Tillmanns <joschka@tillmanns.me>2015-10-20 20:27:58 +0200
committerwm4 <wm4@nowhere>2015-10-20 22:55:27 +0200
commit1ee8ce75f1f079e7d482297abd0848689718b35b (patch)
treebabc2ed13aba025b4d2186021a9f8fcf2baa2553 /options/options.h
parent0121d00478bcbf38cc88c71b40d70804b1fb1588 (diff)
downloadmpv-1ee8ce75f1f079e7d482297abd0848689718b35b.tar.bz2
mpv-1ee8ce75f1f079e7d482297abd0848689718b35b.tar.xz
options: add support for client certificate authentication
Client certificates are supported by ffmpeg as documented here: > https://www.ffmpeg.org/ffmpeg-protocols.html#tls Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 8d7246e8b9..e76c0cbf0c 100644
--- a/options/options.h
+++ b/options/options.h
@@ -277,6 +277,8 @@ typedef struct MPOpts {
char **network_http_header_fields;
int network_tls_verify;
char *network_tls_ca_file;
+ char *network_tls_cert_file;
+ char *network_tls_key_file;
double network_timeout;
struct tv_params *tv_params;