Skip to content
Snippets Groups Projects
Commit 9d3b02e5 authored by Steven Fackler's avatar Steven Fackler
Browse files

Set ossl110 when version is 1.1.1

parent e8fd63ba
Branches
Tags
No related merge requests found
......@@ -28,6 +28,9 @@ fn main() {
is_libressl = true;
} else if let Ok(version) = env::var("DEP_OPENSSL_VERSION") {
cfg.cfg(&format!("ossl{}", version), None);
if version == "111" {
cfg.cfg("ossl110", None);
}
}
if let (Ok(version), Ok(patch)) = (
env::var("DEP_OPENSSL_VERSION"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment