Skip to content

Commit

Permalink
Re-enable ability to use pre-compiled FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Aug 16, 2023
1 parent a6e35a4 commit 1918738
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions boring-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,6 @@ fn main() {
panic!("precompiled BoringSSL was provided, optional patches can't be applied to it");
}

if bssl_dir.is_ok() && cfg!(feature = "fips") {
panic!("precompiled BoringSSL was provided, so FIPS configuration can't be applied");
}

let bssl_dir = bssl_dir.unwrap_or_else(|_| build_boring_from_sources());

let build_path = get_boringssl_platform_output_path();
Expand Down

0 comments on commit 1918738

Please sign in to comment.