From 18db932c60773d8f7d746a00d1895da53aaf769b Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Mon, 18 Sep 2017 23:49:44 +0200 Subject: [PATCH] openssl-sys: Fix typo in libressl_version definition Signed-off-by: Luis Ressel --- openssl-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-sys/build.rs b/openssl-sys/build.rs index 4e0dbe80a..ff8f48e60 100644 --- a/openssl-sys/build.rs +++ b/openssl-sys/build.rs @@ -456,7 +456,7 @@ See rust-openssl README for more information: println!("cargo:rustc-cfg=libressl"); println!("cargo:rustc-cfg=libressl260"); println!("cargo:libressl=true"); - println!("cargo:libressl_version=250"); + println!("cargo:libressl_version=260"); println!("cargo:version=101"); Version::Libressl } else if expanded.contains("RUST_LIBRESSL_261") { -- GitLab