Skip to content

Commit 92d570a

Browse files
committed
Add ossl350 to openssl-sys/build/cfgs.rs
1 parent 42ad140 commit 92d570a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openssl-sys/build/cfgs.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ pub fn get(openssl_version: Option<u64>, libressl_version: Option<u64>) -> Vec<&
7777
} else {
7878
let openssl_version = openssl_version.unwrap();
7979

80+
if openssl_version >= 0x3_05_00_00_0 {
81+
cfgs.push("ossl350");
82+
}
8083
if openssl_version >= 0x3_04_00_00_0 {
8184
cfgs.push("ossl340");
8285
}

0 commit comments

Comments
 (0)