aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorFrank Denis <[email protected]>2015-09-01 10:56:33 +0200
committerFrank Denis <[email protected]>2015-09-25 13:15:37 +0200
commit28320a65a734b2b38301ef149746a44cb23cd366 (patch)
tree09b7dc6595d4d83dec38c99c7bdd85c8ad2277f1 /openssl-sys/Cargo.toml
parentMerge pull request #273 from alexcrichton/test-on-windows (diff)
downloadrust-openssl-28320a65a734b2b38301ef149746a44cb23cd366.tar.xz
rust-openssl-28320a65a734b2b38301ef149746a44cb23cd366.zip
Add SSL::set_ecdh_auto()
This sets automatic curve selection and enables ECDH support. Requires LibreSSL or OpenSSL >= 1.0.2, so behind a feature gate.
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 0e78b0ea..5a01318c 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -22,6 +22,7 @@ aes_ctr = []
npn = []
alpn = []
rfc5114 = []
+ecdh_auto = []
[dependencies]
libc = "0.1"