aboutsummaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
diff options
context:
space:
mode:
authorGilles Vollant <info@winimage.com>2019-09-13 11:24:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-08 15:55:04 +0200
commit148534db57dda611cf8516e92e4d6e35fc1e5074 (patch)
tree0eab3d760825600ddcb5e20a028225db92f38eef /src/tool_setopt.c
parent76b9e8de7b565891329790c64897377aa6ec4ac0 (diff)
CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)
Closes #4346
Diffstat (limited to 'src/tool_setopt.c')
-rw-r--r--src/tool_setopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c
index f244ba490..449359b8a 100644
--- a/src/tool_setopt.c
+++ b/src/tool_setopt.c
@@ -126,6 +126,7 @@ const NameValueUnsigned setopt_nv_CURLSSLOPT[] = {
NV(CURLSSLOPT_NO_REVOKE),
NV(CURLSSLOPT_NO_PARTIALCHAIN),
NV(CURLSSLOPT_REVOKE_BEST_EFFORT),
+ NV(CURLSSLOPT_NATIVE_CA),
NVEND,
};