Skip to content

Commit

Permalink
Add LibreSSL 3.7.0 build cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Dec 17, 2022
1 parent cc811f5 commit 8178f3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openssl-sys/build/cfgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ pub fn get(openssl_version: Option<u64>, libressl_version: Option<u64>) -> Vec<&
if libressl_version >= 0x3_05_00_00_0 {
cfgs.push("libressl350");
}
if libressl_version >= 0x3_07_00_00_0 {
cfgs.push("libressl370");
}
} else {
let openssl_version = openssl_version.unwrap();

Expand Down

0 comments on commit 8178f3b

Please sign in to comment.