| Index: third_party/boringssl/boringssl.gypi
|
| diff --git a/third_party/boringssl/boringssl.gypi b/third_party/boringssl/boringssl.gypi
|
| index 5fd17d6296ae81ead119ca1c5f4b5a9842d2e77b..b61dc77b059121f9758173dba7e4da5ae7efab17 100644
|
| --- a/third_party/boringssl/boringssl.gypi
|
| +++ b/third_party/boringssl/boringssl.gypi
|
| @@ -96,6 +96,9 @@
|
| 'src/crypto/cipher/e_null.c',
|
| 'src/crypto/cipher/e_rc2.c',
|
| 'src/crypto/cipher/e_rc4.c',
|
| + 'src/crypto/cipher/e_ssl3.c',
|
| + 'src/crypto/cipher/e_tls.c',
|
| + 'src/crypto/cipher/tls_cbc.c',
|
| 'src/crypto/conf/conf.c',
|
| 'src/crypto/conf/conf_error.c',
|
| 'src/crypto/cpu-arm.c',
|
| @@ -290,7 +293,6 @@
|
| 'src/ssl/d1_srvr.c',
|
| 'src/ssl/pqueue/pqueue.c',
|
| 'src/ssl/s3_both.c',
|
| - 'src/ssl/s3_cbc.c',
|
| 'src/ssl/s3_clnt.c',
|
| 'src/ssl/s3_enc.c',
|
| 'src/ssl/s3_lib.c',
|
| @@ -311,11 +313,20 @@
|
| 'src/ssl/t1_lib.c',
|
| 'src/ssl/t1_reneg.c',
|
| ],
|
| + 'boringssl_linux_aarch64_sources': [
|
| + 'linux-aarch64/crypto/aes/aesv8-armx.S',
|
| + 'linux-aarch64/crypto/modes/ghashv8-armx.S',
|
| + 'linux-aarch64/crypto/sha/sha1-armv8.S',
|
| + 'linux-aarch64/crypto/sha/sha256-armv8.S',
|
| + 'linux-aarch64/crypto/sha/sha512-armv8.S',
|
| + ],
|
| 'boringssl_linux_arm_sources': [
|
| 'linux-arm/crypto/aes/aes-armv4.S',
|
| + 'linux-arm/crypto/aes/aesv8-armx.S',
|
| 'linux-arm/crypto/aes/bsaes-armv7.S',
|
| 'linux-arm/crypto/bn/armv4-mont.S',
|
| 'linux-arm/crypto/modes/ghash-armv4.S',
|
| + 'linux-arm/crypto/modes/ghashv8-armx.S',
|
| 'linux-arm/crypto/sha/sha1-armv4-large.S',
|
| 'linux-arm/crypto/sha/sha256-armv4.S',
|
| 'linux-arm/crypto/sha/sha512-armv4.S',
|
|
|