ssh2 / libssh2-sys have a vendored-openssl feature that allows building OpenSSL from source rather than use system packages.
When using async-ssh2-lite, it can't be enabled at all right now. This adds a vendored-openssl feature which enables ssh2/vendored-openssl, which in turns enables libssh2-sys/vendored-openssl.
ssh2 / libssh2-sys have a
vendored-openssl
feature that allows building OpenSSL from source rather than use system packages.When using
async-ssh2-lite
, it can't be enabled at all right now. This adds avendored-openssl
feature which enablesssh2/vendored-openssl
, which in turns enableslibssh2-sys/vendored-openssl
.