File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -834,8 +834,7 @@ static CURL *get_curl_handle(void)
834
834
#if LIBCURL_VERSION_NUM >= 0x072c00
835
835
curl_easy_setopt (result , CURLOPT_SSL_OPTIONS , CURLSSLOPT_NO_REVOKE );
836
836
#else
837
- warning ("CURLSSLOPT_NO_REVOKE not applied to curl SSL options because\n"
838
- "your curl version is too old (< 7.44.0)" );
837
+ warning (_ ("CURLSSLOPT_NO_REVOKE not suported with cURL < 7.44.0" ));
839
838
#endif
840
839
}
841
840
@@ -908,8 +907,7 @@ static CURL *get_curl_handle(void)
908
907
curl_easy_setopt (result , CURLOPT_PROTOCOLS ,
909
908
get_curl_allowed_protocols (-1 ));
910
909
#else
911
- warning ("protocol restrictions not applied to curl redirects because\n"
912
- "your curl version is too old (>= 7.19.4)" );
910
+ warning (_ ("Protocol restrictions not supported with cURL < 7.19.4" ));
913
911
#endif
914
912
if (getenv ("GIT_CURL_VERBOSE" ))
915
913
curl_easy_setopt (result , CURLOPT_VERBOSE , 1L );
You can’t perform that action at this time.
0 commit comments