aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorkste <kste@google.com>2020-06-25 03:14:15 -0700
committerCopybara-Service <copybara-worker@google.com>2020-06-25 03:14:45 -0700
commit7cb9fb903703bf02d268c3807bd81ca71b0ad317 (patch)
tree3e198fb33131728be530876c05c7cd28544dc9be /cmake
parent674cd0063318bc3ec37f58dda8c6160c10c806f5 (diff)
downloadtink-7cb9fb903703bf02d268c3807bd81ca71b0ad317.tar.gz
Update BoringSSL version.
PiperOrigin-RevId: 318238715
Diffstat (limited to 'cmake')
-rw-r--r--cmake/TinkWorkspace.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/TinkWorkspace.cmake b/cmake/TinkWorkspace.cmake
index 6edb2c736..8e589b7b6 100644
--- a/cmake/TinkWorkspace.cmake
+++ b/cmake/TinkWorkspace.cmake
@@ -61,8 +61,8 @@ add_directory_alias("${wycheproof_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/cc/w
http_archive(
NAME boringssl
- URL https://github.com/google/boringssl/archive/18637c5f37b87e57ebde0c40fe19c1560ec88813.zip
- SHA256 bd923e59fca0d2b50db09af441d11c844c5e882a54c68943b7fc39a8cb5dd211
+ URL https://github.com/google/boringssl/archive/597b810379e126ae05d32c1d94b1a9464385acd0.zip
+ SHA256 c4e8414cb36e62d2fee451296cc864f7ad1a4670396c8a67e1ee77ae84cc4167
CMAKE_SUBDIR src
)