Commit 5e7ff10f authored by Steven Valdez's avatar Steven Valdez Committed by Commit Bot

Roll src/third_party/boringssl/src fb86b888e..13fd62744

https://boringssl.googlesource.com/boringssl/+log/fb86b888ef1c1265719208fd6c27a53ceb4920f7..13fd627449cefbae7576d4b145cb24fac303fc7d

BUG=890115

Change-Id: Id0a70faca0e68750a73551abf2ab79dc09a970e4
Reviewed-on: https://chromium-review.googlesource.com/1251333
Commit-Queue: Steven Valdez <svaldez@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarDavid Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595153}
parent 97e41745
...@@ -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': 'fb86b888ef1c1265719208fd6c27a53ceb4920f7', 'boringssl_revision': '13fd627449cefbae7576d4b145cb24fac303fc7d',
# 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.
......
...@@ -70,6 +70,7 @@ crypto_test_sources = [ ...@@ -70,6 +70,7 @@ crypto_test_sources = [
"src/crypto/refcount_test.cc", "src/crypto/refcount_test.cc",
"src/crypto/rsa_extra/rsa_test.cc", "src/crypto/rsa_extra/rsa_test.cc",
"src/crypto/self_test.cc", "src/crypto/self_test.cc",
"src/crypto/stack/stack_test.cc",
"src/crypto/test/file_test_gtest.cc", "src/crypto/test/file_test_gtest.cc",
"src/crypto/test/gtest_main.cc", "src/crypto/test/gtest_main.cc",
"src/crypto/thread_test.cc", "src/crypto/thread_test.cc",
......
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