You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_libssh2_openssl_crypto_init() goes down an OpenSSL > 1.1.0 codepath when using Libressl because Libressl defines OPENSSL_VERSION_NUMBER as 0x20000000L, but it should go down the other codepath.