Skip to content

Commit

Permalink
Update src/rust/build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
  • Loading branch information
alex and ngnpope authored Jan 29, 2025
1 parent 5eb42d0 commit 7c505bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
println!("cargo:rustc-cfg=CRYPTOGRAPHY_OPENSSL_320_OR_GREATER");
}
if version >= 0x3_05_00_00_0 {
println!("cargo:rustc-cfg=CRYPTOGRAPHY_OPENSSL_320_OR_GREATER");
println!("cargo:rustc-cfg=CRYPTOGRAPHY_OPENSSL_350_OR_GREATER");
}
}

Expand Down

0 comments on commit 7c505bc

Please # to comment.