Files
CMake/Source
Brad King 1b0c92a3a1 cmCurl: Avoid using undocumented type for CURLOPT_NETRC values
Since upstream curl commit `2ec00372a1` (curl.h: change some enums to
defines with L suffix, 2025-02-25), the `CURL_NETRC_*` constants are
integer literals instead of `enum CURL_NETRC_OPTION`.  It turns out
that `curl_easy_setopt` has always expected a `long` anyway, and
that `CURL_NETRC_OPTION` is not documented for public use.

Fixes: #26754
2025-03-10 11:17:19 -04:00
..
2024-10-25 08:43:04 -04:00
2024-08-28 14:13:05 -04:00
2024-07-30 10:27:03 -04:00
2025-02-24 10:53:17 -05:00
2024-08-02 00:14:57 +02:00
2024-03-08 09:49:03 -05:00
2024-09-05 09:20:23 -04:00
2024-08-19 15:10:34 -04:00
2024-02-09 08:58:46 -05:00