Commit 4791ebef authored by davidben's avatar davidben Committed by Commit bot

Roll src/third_party/boringssl/src a81967b47..8b8d22c96

https://boringssl.googlesource.com/boringssl/+log/a81967b47c5eba78aedccd2bc3cb3fb95fe80bd0..8b8d22c961413c1ae465719d8252bea50587ed3f

BUG=none

Review-Url: https://codereview.chromium.org/2626273002
Cr-Commit-Position: refs/heads/master@{#443295}
parent 6f3aed66
......@@ -72,7 +72,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
'boringssl_revision': 'a81967b47c5eba78aedccd2bc3cb3fb95fe80bd0',
'boringssl_revision': '8b8d22c961413c1ae465719d8252bea50587ed3f',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other.
......
......@@ -183,7 +183,6 @@ crypto_sources = [
"src/crypto/pem/pem_x509.c",
"src/crypto/pem/pem_xaux.c",
"src/crypto/pkcs8/internal.h",
"src/crypto/pkcs8/p5_pbe.c",
"src/crypto/pkcs8/p5_pbev2.c",
"src/crypto/pkcs8/p8_pkey.c",
"src/crypto/pkcs8/pkcs8.c",
......
......@@ -138,7 +138,7 @@ template("create_tests") {
executable("boringssl_constant_time_test") {
sources = [
"src/crypto/constant_time_test.c",
"src/crypto/constant_time_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
......@@ -210,7 +210,7 @@ template("create_tests") {
executable("boringssl_dsa_test") {
sources = [
"src/crypto/dsa/dsa_test.c",
"src/crypto/dsa/dsa_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
......@@ -354,7 +354,7 @@ template("create_tests") {
executable("boringssl_hkdf_test") {
sources = [
"src/crypto/hkdf/hkdf_test.c",
"src/crypto/hkdf/hkdf_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
......@@ -378,7 +378,7 @@ template("create_tests") {
executable("boringssl_lhash_test") {
sources = [
"src/crypto/lhash/lhash_test.c",
"src/crypto/lhash/lhash_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
......@@ -462,7 +462,7 @@ template("create_tests") {
executable("boringssl_refcount_test") {
sources = [
"src/crypto/refcount_test.c",
"src/crypto/refcount_test.cc",
]
sources += _test_support_sources
if (defined(invoker.configs_exclude)) {
......
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