openssl-sys: Fix typo in libressl_version definition
Signed-off-by: Luis Ressel <aranea@aixah.de>
This commit is contained in:
parent
f0db1dbc95
commit
18db932c60
|
|
@ -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