mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-04 18:24:31 -05:00
amend! Add schannel to curl installation
vcbuild: stop hard-coding OpenSSL as a dependency Git for Windows' default SSL backend is actually Secure Channel. Let's not hard-code any backend, just ask for _any_ SSL backend. This is necessary because we cannot ask for `schannel`, as https://github.com/microsoft/vcpkg/pull/46459 removed the option to specify that as a feature. Signed-off-by: Dennis Ameling <dennis@dennisameling.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -127,5 +127,5 @@ set features=
|
||||
goto :EOF
|
||||
|
||||
:curl_features
|
||||
set features=[core,openssl,schannel]
|
||||
set features=[core,ssl]
|
||||
goto :EOF
|
||||
|
||||
Reference in New Issue
Block a user