Skip to content

Commit f8de6ca

Browse files
committed
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 microsoft/vcpkg#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>
1 parent 7bdfd4f commit f8de6ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compat/vcbuild/vcpkg_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ set features=
127127
goto :EOF
128128

129129
:curl_features
130-
set features=[core,openssl,schannel]
130+
set features=[core,ssl]
131131
goto :EOF

0 commit comments

Comments
 (0)