summaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-07-27 09:52:47 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-07-30 15:15:24 -0700
commit71ee9439ca52cea88e7906a8f55435b3ba455a21 (patch)
tree1978cfea39baa4cf51c78afaa22a0cda07bc3516 /openssl/Cargo.toml
parent864cd9fa81e2447ac8cc8bfafaba6ba0c7ee4b53 (diff)
downloadrust-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 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index b14a7d28..317918f0 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -16,6 +16,8 @@ v102 = []
v110 = []
v111 = []
+vendored = ['openssl-sys/vendored']
+
[dependencies]
bitflags = "1.0"
cfg-if = "0.1"