Skip to content

Commit

Permalink
Merge pull request #1584 from Fabian-Gruenbichler/master
Browse files Browse the repository at this point in the history
openssl: set ossl110h cfg
  • Loading branch information
sfackler committed Dec 15, 2021
2 parents 1ce53a6 + f218ecf commit b3dde76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openssl/build.rs
Expand Up @@ -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");
}
Expand Down

0 comments on commit b3dde76

Please sign in to comment.