curl.patch (509B)
1 diff -Naur cmake-3.31.8.orig/Source/CTest/cmCTestCurl.h cmake-3.31.8/Source/CTest/cmCTestCurl.h 2 --- cmake-3.31.8.orig/Source/CTest/cmCTestCurl.h 2025-09-12 16:34:29.585631359 +0200 3 +++ cmake-3.31.8/Source/CTest/cmCTestCurl.h 2025-09-12 16:34:56.632659149 +0200 4 @@ -52,7 +52,7 @@ 5 std::vector<std::string> HttpHeaders; 6 std::string HTTPProxyAuth; 7 std::string HTTPProxy; 8 - curl_proxytype HTTPProxyType; 9 + long HTTPProxyType; 10 bool UseHttp10 = false; 11 bool Quiet = false; 12 int TimeOutSeconds = 0;