bk-rs / ssh-rs

https://docs.rs/async-ssh2-lite
Apache License 2.0
56 stars 21 forks source link

✨ Expose 'vendored-openssl' feature #5

Closed fasterthanlime closed 3 years ago

fasterthanlime commented 3 years ago

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.

vkill commented 3 years ago

Hi fasterthanlime , thank you very much.