summaryrefslogtreecommitdiff
path: root/sources.mk
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-12-06 18:25:50 -0500
committerDavid Benjamin <davidben@google.com>2016-12-08 16:34:47 -0500
commit1b249678059ecd918235790a7a0471771cc4e5ce (patch)
tree20c2249ef44fdc535da6b6eb0e43e00d437d4d40 /sources.mk
parent909b19f027eb0af12513f4d5589efdd67e34bd91 (diff)
downloadboringssl-1b249678059ecd918235790a7a0471771cc4e5ce.tar.gz
external/boringssl: Sync to 7c5728649affe20e2952b11a0aeaf0e7b114aad9.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/68f37b7a3f451aa1ca8c93669c024d01f6270ae8..7c5728649affe20e2952b11a0aeaf0e7b114aad9 This also removes sha256-armv4.S from libcrypto_sources_no_clang; clang can assemble it now. The other files still need to be there though. Note this pulls in a fix to a wpa_supplicant regression introduced in c895d6b1c580258e72e1ed3fcc86d38970ded9e1. Test: make checkbuild Test: cts-tradefed run cts -m CtsLibcoreTestCases -a arm64-v8a Test: cts-tradefed run cts -m CtsLibcoreOkHttpTestCases -a arm64-v8a Change-Id: Ife1d9ea1c87a0b7b1814b8e3590d6f1eaf721629
Diffstat (limited to 'sources.mk')
-rw-r--r--sources.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources.mk b/sources.mk
index deafdc95..b229e92e 100644
--- a/sources.mk
+++ b/sources.mk
@@ -161,6 +161,7 @@ crypto_sources := \
src/crypto/modes/ctr.c\
src/crypto/modes/gcm.c\
src/crypto/modes/ofb.c\
+ src/crypto/modes/polyval.c\
src/crypto/newhope/error_correction.c\
src/crypto/newhope/newhope.c\
src/crypto/newhope/ntt.c\