diff options
Diffstat (limited to 'src/tool_setopt.c')
-rw-r--r-- | src/tool_setopt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 0dd7a57a2..2159db6cd 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -62,6 +62,11 @@ const struct NameValue setopt_nv_CURL_SOCKS_PROXY[] = { NVEND, }; +const struct NameValueUnsigned setopt_nv_CURLHSTS[] = { + NV(CURLHSTS_ENABLE), + NVEND, +}; + const struct NameValueUnsigned setopt_nv_CURLAUTH[] = { NV(CURLAUTH_ANY), /* combination */ NV(CURLAUTH_ANYSAFE), /* combination */ |