diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_setopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c index e56af1317..9b308bf4a 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -124,6 +124,7 @@ const NameValue setopt_nv_CURLUSESSL[] = { const NameValueUnsigned setopt_nv_CURLSSLOPT[] = { NV(CURLSSLOPT_ALLOW_BEAST), NV(CURLSSLOPT_NO_REVOKE), + NV(CURLSSLOPT_NO_PARTIALCHAIN), NVEND, }; |