aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-08-31 19:11:10 -0700
committerSteven Fackler <[email protected]>2015-08-31 19:11:10 -0700
commitabde5382c92c342f4971a6edd1d2628be1b2bd0f (patch)
treeae911e33366468a0a06cefc1a3f2c468e2fec512 /openssl-sys/Cargo.toml
parentMerge branch 'release-v0.6.4' into release (diff)
parentRelease v0.6.5 (diff)
downloadrust-openssl-0.6.5.tar.xz
rust-openssl-0.6.5.zip
Merge branch 'release-v0.6.5' into releasev0.6.5
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 5ed9d068..437f7fb6 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "openssl-sys"
-version = "0.6.4"
+version = "0.6.5"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"
description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl"
-documentation = "https://sfackler.github.io/rust-openssl/doc/v0.6.4/openssl_sys"
+documentation = "https://sfackler.github.io/rust-openssl/doc/v0.6.5/openssl_sys"
links = "openssl"
build = "build.rs"
@@ -18,6 +18,7 @@ dtlsv1 = []
dtlsv1_2 = []
sslv2 = []
aes_xts = []
+aes_ctr = []
npn = []
alpn = []