Commit e7a0235c authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Roll src/third_party/boringssl/src 6ff2ba80b..fec83fc78

https://boringssl.googlesource.com/boringssl/+log/6ff2ba80b758025fdb137d9357dcbba0a9c04dbf..fec83fc78d489a8d444c3a99c51101fdf54d5b71

BUG=none

Change-Id: I01a78a1b5e1d2d6fe8d8170306b9ddaee812649c
Reviewed-on: https://chromium-review.googlesource.com/1117607
Commit-Queue: Steven Valdez <svaldez@chromium.org>
Reviewed-by: default avatarSteven Valdez <svaldez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571132}
parent a2eaa5a3
...@@ -137,7 +137,7 @@ vars = { ...@@ -137,7 +137,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL # the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other. # and whatever else without interference from each other.
'boringssl_revision': '6ff2ba80b758025fdb137d9357dcbba0a9c04dbf', 'boringssl_revision': 'fec83fc78d489a8d444c3a99c51101fdf54d5b71',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac # the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -68,6 +68,7 @@ crypto_test_sources = [ ...@@ -68,6 +68,7 @@ crypto_test_sources = [
"src/crypto/test/gtest_main.cc", "src/crypto/test/gtest_main.cc",
"src/crypto/thread_test.cc", "src/crypto/thread_test.cc",
"src/crypto/x509/x509_test.cc", "src/crypto/x509/x509_test.cc",
"src/crypto/x509/x509_time_test.cc",
"src/crypto/x509v3/tab_test.cc", "src/crypto/x509v3/tab_test.cc",
"src/crypto/x509v3/v3name_test.cc", "src/crypto/x509v3/v3name_test.cc",
] ]
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment