We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc52b65 commit 357d7bbCopy full SHA for 357d7bb
vendor/cpp-httplib/CMakeLists.txt
@@ -23,7 +23,8 @@ target_compile_definitions(${TARGET} PRIVATE
23
)
24
25
if (LLAMA_BUILD_BORINGSSL)
26
- set(OPENSSL_NO_ASM ON CACHE BOOL "Disable OpenSSL ASM code")
+ set(OPENSSL_NO_ASM ON CACHE BOOL "Disable OpenSSL ASM code (BoringSSL)")
27
+ set(FIPS OFF CACHE BOOL "Enable FIPS (BoringSSL)")
28
29
set(BORINGSSL_GIT "https://boringssl.googlesource.com/boringssl" CACHE STRING "BoringSSL git repository")
30
set(BORINGSSL_VERSION "0.20251002.0" CACHE STRING "BoringSSL version")
0 commit comments