mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-05 04:01:03 -05:00
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>