Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use libssh2 1.9.0 which has been fixed to compile with OpenSSL 1.1
See the release notes https://github.com/libssh2/libssh2/blob/master/RELEASE-NOTES Compilation should have failed since we upgraded OpenSSL. It seems that they succeeded only because they did not happen. That's because the result of previous compilation is cached. The failure is differed until the cache is cleaned, which happens on regular time basis. How fragile...
- Loading branch information