aboutsummaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorAlex Crichton <[email protected]>2018-07-27 09:52:47 -0700
committerAlex Crichton <[email protected]>2018-07-30 15:15:24 -0700
commit71ee9439ca52cea88e7906a8f55435b3ba455a21 (patch)
tree1978cfea39baa4cf51c78afaa22a0cda07bc3516 /systest
parentMerge pull request #965 from sfackler/fix-no-ec2m (diff)
downloadarchived-rust-openssl-71ee9439ca52cea88e7906a8f55435b3ba455a21.tar.xz
archived-rust-openssl-71ee9439ca52cea88e7906a8f55435b3ba455a21.zip
Support builds of OpenSSL from vendored source (take 2)
This is a revival of #684 to see if I can help push it across the finish line! Closes #580
Diffstat (limited to 'systest')
-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']