Skip to content

Commit

Permalink
curl.sh: CURL_CA_SEARCH_SAFE on track for 8.11.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 23, 2024
1 parent 1ed5908 commit 11b7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ _VER="$1"
if [ "${_OS}" = 'win' ] && \
[ "${CURL_VER_}" != '8.10.1' ]; then
options+=' -DCURL_CA_SEARCH_SAFE=ON' # Pending: https://github.com/curl/curl/pull/14582
options+=' -DCURL_CA_SEARCH_SAFE=ON'
fi
else
options+=' -DBUILD_CURL_EXE=OFF'
Expand Down

0 comments on commit 11b7575

Please sign in to comment.