X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_setopt.c;h=a53fdc835d6094d2c1db04e77df2138b69f3f84f;hb=f7bbc1c9b6a8e2c815d09612b53f453c90d962e0;hp=7eb64b0397183adc8d889ed5b3e06541dcf8233c;hpb=31368b6eac8092a307849518e912b4c475c0238a;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 7eb64b0..a53fdc8 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -107,12 +107,6 @@ const NameValue setopt_nv_CURLUSESSL[] = { NVEND, }; -const NameValueUnsigned setopt_nv_CURLSSLOPT[] = { - NV(CURLSSLOPT_ALLOW_BEAST), - NV(CURLSSLOPT_NO_REVOKE), - NVEND, -}; - const NameValue setopt_nv_CURL_NETRC[] = { NV(CURL_NETRC_IGNORED), NV(CURL_NETRC_OPTIONAL),