Move openssl-sys build.rs

This commit is contained in:
Steven Fackler 2015-02-03 10:04:37 -08:00
parent 2864db42af
commit 361e5f44fa
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl" repository = "https://github.com/sfackler/rust-openssl"
links = "openssl" links = "openssl"
build = "src/build.rs" build = "build.rs"
[features] [features]
tlsv1_2 = [] tlsv1_2 = []