mirror of https://github.com/Kitware/CMake.git
Browse Source
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: #26754pull/381/head

1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue