Unverified Commit b3dde76e authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1584 from Fabian-Gruenbichler/master

openssl: set ossl110h cfg
parents 1ce53a68 f218ecf0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ fn main() {
        if version >= 0x1_01_00_07_0 {
            println!("cargo:rustc-cfg=ossl110g");
        }
        if version >= 0x1_01_00_08_0 {
            println!("cargo:rustc-cfg=ossl110h");
        }
        if version >= 0x1_01_01_00_0 {
            println!("cargo:rustc-cfg=ossl111");
        }