Skip to content

Commit

Permalink
Add features to enable vendored-openssl for ssh2 and libssh-rs indivi…
Browse files Browse the repository at this point in the history
…dually
  • Loading branch information
chipsenkbeil authored and wez committed Jan 10, 2022
1 parent 1f17416 commit 5042add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wezterm-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ documentation = "https://docs.rs/wezterm-ssh"
[features]
default = ["libssh-rs", "ssh2"]
vendored-openssl = ["ssh2/vendored-openssl", "libssh-rs/vendored-openssl"]
vendored-openssl-ssh2 = ["ssh2/vendored-openssl"]
vendored-openssl-libssh-rs = ["libssh-rs/vendored-openssl"]

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 5042add

Please sign in to comment.