aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2021-07-07 13:22:33 -0700
committerCopybara-Service <copybara-worker@google.com>2021-07-07 13:23:27 -0700
commit0119fc584a2a9bea86fa04f3fb860c86c1700e4b (patch)
tree08fbd42d1d7f7e63cd84b6224bfb11fba07f86a0 /cmake
parent905eb2117cb41f0494c0f8ee1c59c818d0f4ebae (diff)
downloadtink-0119fc584a2a9bea86fa04f3fb860c86c1700e4b.tar.gz
Updated BoringSSL dependency to a more recent version with HPKE support.
PiperOrigin-RevId: 383480717
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 6073d6015..d17c30a66 100644
--- a/cmake/TinkWorkspace.cmake
+++ b/cmake/TinkWorkspace.cmake
@@ -63,8 +63,8 @@ add_directory_alias("${wycheproof_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/cc/w
http_archive(
NAME boringssl
- URL https://github.com/google/boringssl/archive/597b810379e126ae05d32c1d94b1a9464385acd0.zip
- SHA256 c4e8414cb36e62d2fee451296cc864f7ad1a4670396c8a67e1ee77ae84cc4167
+ URL https://github.com/google/boringssl/archive/7686eb8ac9bc60198cbc8354fcba7f54c02792ec.zip
+ SHA256 73a7bc71f95f3259ddedc6cb5ba45d02f2359c43e75af354928b0471a428bb84
CMAKE_SUBDIR src
)