Merge pull request #730 from atlaua/aranea/typo
openssl-sys: Fix typo in libressl_version definition
This commit is contained in:
commit
9c923dd93a
|
|
@ -456,7 +456,7 @@ See rust-openssl README for more information:
|
||||||
println!("cargo:rustc-cfg=libressl");
|
println!("cargo:rustc-cfg=libressl");
|
||||||
println!("cargo:rustc-cfg=libressl260");
|
println!("cargo:rustc-cfg=libressl260");
|
||||||
println!("cargo:libressl=true");
|
println!("cargo:libressl=true");
|
||||||
println!("cargo:libressl_version=250");
|
println!("cargo:libressl_version=260");
|
||||||
println!("cargo:version=101");
|
println!("cargo:version=101");
|
||||||
Version::Libressl
|
Version::Libressl
|
||||||
} else if expanded.contains("RUST_LIBRESSL_261") {
|
} else if expanded.contains("RUST_LIBRESSL_261") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue