Fix standalone QUICHE BUILD file PiperOrigin-RevId: 542702865
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 823c6e3..c54133d 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel
@@ -32,9 +32,9 @@ http_archive( name = "boringssl", - sha256 = "5d299325d1db8b2f2db3d927c7bc1f9fcbd05a3f9b5c8239fa527c09bf97f995", # Last updated 2022-10-19 - strip_prefix = "boringssl-0acfcff4be10514aacb98eb8ab27bb60136d131b", - urls = ["https://github.com/google/boringssl/archive/0acfcff4be10514aacb98eb8ab27bb60136d131b.tar.gz"], + sha256 = "03079cbfe0f1c60cab58961ec45946974d9d89f90ef117b09839ae731697a81a", # Last updated 2023-06-22 + strip_prefix = "boringssl-e2fa83865bfcf969f0c71673c1a5eba2814ec447", + urls = ["https://github.com/google/boringssl/archive/e2fa83865bfcf969f0c71673c1a5eba2814ec447.tar.gz"], ) http_archive(
diff --git a/quiche/BUILD.bazel b/quiche/BUILD.bazel index 04bbe9f..1b46de3 100644 --- a/quiche/BUILD.bazel +++ b/quiche/BUILD.bazel
@@ -111,6 +111,7 @@ ":quic_flags_list", ":quiche_flags_list", ":quiche_platform_quiche_export", + "@boringssl//:crypto", "@com_google_absl//absl/base:core_headers", "@com_google_absl//absl/base:log_severity", "@com_google_absl//absl/container:flat_hash_map",