summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index dae5b28..4dc882a 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -12,6 +12,9 @@ description = "Native bindings to the libssh2 library"
name = "libssh2_sys"
path = "lib.rs"
+[features]
+vendored-openssl = ["openssl-sys/vendored"]
+
[dependencies]
libz-sys = "1.0.21"
libc = "0.2"