Skip to content

Commit

Permalink
[qatzip] Use boringssl alias for consistent fips (#31898)
Browse files Browse the repository at this point in the history
Signed-off-by: Raven Black <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
ravenblackx authored and phlax committed Feb 6, 2024
1 parent 8e7ee93 commit 9329094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/qat/compression/qatzip/compressor/source/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ configure_make(
"//bazel/foreign_cc:lz4",
"//bazel/foreign_cc:zlib",
"//contrib/qat:qatlib",
"@boringssl//:ssl",
# Use boringssl alias to select fips vs non-fips version.
"//bazel:boringssl",
],
alwayslink = False,
)
Expand Down

0 comments on commit 9329094

Please sign in to comment.