aboutsummaryrefslogtreecommitdiff
path: root/systest/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2018-07-30 15:55:34 -0700
committerGitHub <[email protected]>2018-07-30 15:55:34 -0700
commitaba29697d3dea7988a2fa3a4ebc782cb7a298fcd (patch)
tree1978cfea39baa4cf51c78afaa22a0cda07bc3516 /systest/Cargo.toml
parentMerge pull request #965 from sfackler/fix-no-ec2m (diff)
parentSupport builds of OpenSSL from vendored source (take 2) (diff)
downloadrust-openssl-aba29697d3dea7988a2fa3a4ebc782cb7a298fcd.tar.xz
rust-openssl-aba29697d3dea7988a2fa3a4ebc782cb7a298fcd.zip
Merge pull request #963 from alexcrichton/vendored
Support builds of OpenSSL from vendored source (take 2)
Diffstat (limited to 'systest/Cargo.toml')
-rw-r--r--systest/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/systest/Cargo.toml b/systest/Cargo.toml
index e9d7af64..63f80479 100644
--- a/systest/Cargo.toml
+++ b/systest/Cargo.toml
@@ -9,3 +9,6 @@ openssl-sys = { path = "../openssl-sys" }
[build-dependencies]
ctest = "0.1"
+
+[features]
+vendored = ['openssl-sys/vendored']