aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorAlex Crichton <[email protected]>2016-10-12 22:53:03 -0700
committerAlex Crichton <[email protected]>2016-10-12 22:53:03 -0700
commitce4d233d38db0e855397e7c6defd194ea8d5c686 (patch)
treeac8432a0dee69302043e8d1831055cef9b12a43d /openssl
parentIgnore a test on OpenSSL 1.1.0 (diff)
downloadrust-openssl-ce4d233d38db0e855397e7c6defd194ea8d5c686.tar.xz
rust-openssl-ce4d233d38db0e855397e7c6defd194ea8d5c686.zip
Tweak some comments in Cargo.toml
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Cargo.toml13
1 files changed, 2 insertions, 11 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index d9691403..ada3fe36 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -12,19 +12,10 @@ build = "build.rs"
exclude = ["test/*"]
[features]
-aes_xts = []
-aes_ctr = []
-
# Added in OpenSSL 1.0.2
rfc5114 = []
-
-# TODO: what to do about these features?
-# tlsv1_2 = []
-# tlsv1_1 = []
-# dtlsv1 = []
-# dtlsv1_2 = []
-# sslv2 = []
-# sslv3 = []
+aes_xts = []
+aes_ctr = []
npn = []
alpn = []