From b6647cc61099eb99747168fb99abe29f88a87b34 Mon Sep 17 00:00:00 2001 From: Tomoki Aonuma Date: Thu, 10 Dec 2015 21:24:58 +0900 Subject: Put pbkdf2_hmac_{256,512}() behind feature gate PKCS5_PBKDF2_HMAC is not available with openssl-0.9.8 on os x --- openssl-sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'openssl-sys/Cargo.toml') diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 17e4647f..1e025d84 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -23,6 +23,7 @@ aes_ctr = [] npn = [] alpn = [] rfc5114 = [] +pkcs5_pbkdf2_hmac = [] [dependencies] libc = "0.2" -- cgit v1.2.3 From 13f7cfd9d8d822286cc09495a2eb0f817cf6afa4 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 15 Dec 2015 19:41:57 -0800 Subject: Release v0.7.2 --- openssl-sys/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openssl-sys/Cargo.toml') diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 1e025d84..d20992c8 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,13 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.1" +version = "0.7.2" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" description = "FFI bindings to OpenSSL" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.1/openssl_sys" - +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.2/openssl_sys" links = "openssl" build = "build.rs" -- cgit v1.2.3