From 0c0f60f41de3f96398e7cbafafb3807cdda7d5ba Mon Sep 17 00:00:00 2001
From: Rafael Lerm <lerm@google.com>
Date: Fri, 13 Jul 2018 07:34:33 -0700
Subject: [PATCH] Update boringssl version to the latest on the
 master-with-bazel branch.

This is necessary to use some newer functions in the upcoming RsaSignBoringSsl class.

PiperOrigin-RevId: 204469656
GitOrigin-RevId: ad1183ca8adc93ce12d15e9eb655aeba5fa4b700
---
 WORKSPACE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 4fef09a4e..65b6db740 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -18,8 +18,8 @@ http_archive(
 
 http_archive(
     name = "boringssl",
-    strip_prefix = "boringssl-e06766691547514e5bf756e4a0d926e8ca680e5a",
-    url = "https://github.com/google/boringssl/archive/e06766691547514e5bf756e4a0d926e8ca680e5a.zip",
+    strip_prefix = "boringssl-bdd6c7c9d1b94f7010fb471b91bb490ccacafb98",
+    url = "https://github.com/google/boringssl/archive/bdd6c7c9d1b94f7010fb471b91bb490ccacafb98.zip",
 )
 
 # GoogleTest/GoogleMock framework. Used by most C++ unit-tests.
-- 
GitLab