diff options
Diffstat (limited to 'src/tool_setopt.c')
-rw-r--r-- | src/tool_setopt.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 4493e5f8d..19439923a 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -96,6 +96,14 @@ const NameValue setopt_nv_CURLFTPSSL_CCC[] = { NVEND, }; +const NameValue setopt_nv_CURLUSESSL[] = { + NV(CURLUSESSL_NONE), + NV(CURLUSESSL_TRY), + NV(CURLUSESSL_CONTROL), + NV(CURLUSESSL_ALL), + NVEND, +}; + /* These mappings essentially triplicated - see * tool_libinfo.c and tool_paramhlp.c */ const NameValue setopt_nv_CURLPROTO[] = { |