Loading Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.2.2" version = "0.2.3" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading openssl-sys/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.2.2" version = "0.2.3" authors = ["Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>"] license = "MIT" Loading @@ -17,7 +17,7 @@ sslv2 = [] aes_xts = [] [build-dependencies] pkg-config = "0.1" pkg-config = "0.1.1" [target.le32-unknown-nacl.dependencies] libressl-pnacl-sys = "2.1.0" Loading openssl-sys/src/build.rs +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use std::os; fn main() { // Without hackory, pkg-config will only look for host libraries. // So, abandon ship if we're cross compiling. if os::getenv("HOST") != os::getenv("TARGET") { return; } if !pkg_config::target_supported() { return; } if pkg_config::find_library("openssl").is_err() { Loading Loading
Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.2.2" version = "0.2.3" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading
openssl-sys/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.2.2" version = "0.2.3" authors = ["Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>"] license = "MIT" Loading @@ -17,7 +17,7 @@ sslv2 = [] aes_xts = [] [build-dependencies] pkg-config = "0.1" pkg-config = "0.1.1" [target.le32-unknown-nacl.dependencies] libressl-pnacl-sys = "2.1.0" Loading
openssl-sys/src/build.rs +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use std::os; fn main() { // Without hackory, pkg-config will only look for host libraries. // So, abandon ship if we're cross compiling. if os::getenv("HOST") != os::getenv("TARGET") { return; } if !pkg_config::target_supported() { return; } if pkg_config::find_library("openssl").is_err() { Loading