Move openssl-sys build.rs
This commit is contained in:
parent
2864db42af
commit
361e5f44fa
|
|
@ -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 = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue