Commit 9c923dd9 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #730 from atlaua/aranea/typo

openssl-sys: Fix typo in libressl_version definition
parents f0db1dbc 18db932c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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") {