From 82232bbbaf06b4ea0b86344ccf3ee0b3f7b0c92c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 22 Jul 2013 19:43:08 +0200 Subject: curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output --- src/tool_setopt.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tool_setopt.c') 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[] = { -- cgit v1.2.3