소스 검색

Merge topic 'curl-opt-proxytype'

c8143074cf cmCTestCurl: Avoid using undocumented type for CURLOPT_PROXYTYPE values

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11134
Brad King 3 달 전
부모
커밋
c92268f91b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/CTest/cmCTestCurl.h

+ 1 - 1
Source/CTest/cmCTestCurl.h

@@ -52,7 +52,7 @@ private:
   std::vector<std::string> HttpHeaders;
   std::string HTTPProxyAuth;
   std::string HTTPProxy;
-  curl_proxytype HTTPProxyType;
+  long HTTPProxyType;
   bool UseHttp10 = false;
   bool Quiet = false;
   int TimeOutSeconds = 0;