Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By default, libssh2 uses Windows Cryptography Next Generation when targeting win32. The wincng backend does not support ED25519, which is a widely-used algorithm among git hosting services, and in some cases may be the only option on remotes in certain configurations. This change necessitates Windows users building jj to install openssl via vcpkg for the target triple x64-windows-static-md when building for MSVC, or otherwise have OpenSSL available at build time. This should also generally work when building for MinGW, though I did not try it. Fixes jj-vcs#3322
- Loading branch information