curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output

This commit is contained in:
Yang Tse
2013-07-22 19:43:08 +02:00
parent bb2e0686ab
commit 82232bbbaf
3 changed files with 14 additions and 4 deletions

View File

@@ -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[] = {