mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-16 20:05:07 +00:00
vendor: update BoringSSL to 0.20260813.0 (#27099)
Some checks failed
Python Type-Check / python type-check (push) Has been cancelled
Some checks failed
Python Type-Check / python type-check (push) Has been cancelled
This commit is contained in:
parent
77140d247c
commit
adb55e5148
1 changed files with 1 additions and 1 deletions
2
vendor/cpp-httplib/CMakeLists.txt
vendored
2
vendor/cpp-httplib/CMakeLists.txt
vendored
|
|
@ -41,7 +41,7 @@ if (LLAMA_BUILD_BORINGSSL)
|
|||
set(FIPS OFF CACHE BOOL "Enable FIPS (BoringSSL)")
|
||||
|
||||
set(BORINGSSL_GIT "https://boringssl.googlesource.com/boringssl" CACHE STRING "BoringSSL git repository")
|
||||
set(BORINGSSL_VERSION "0.20260803.0" CACHE STRING "BoringSSL version")
|
||||
set(BORINGSSL_VERSION "0.20260813.0" CACHE STRING "BoringSSL version")
|
||||
|
||||
message(STATUS "Fetching BoringSSL version ${BORINGSSL_VERSION}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue