| Index: third_party/boringssl/BUILD.generated.gni
|
| diff --git a/third_party/boringssl/BUILD.generated.gni b/third_party/boringssl/BUILD.generated.gni
|
| index 79d3e94f02b24f6defff18716a5cb13f84310e81..f35e1d50138b36ba4ca2538c0ba84e59166becca 100644
|
| --- a/third_party/boringssl/BUILD.generated.gni
|
| +++ b/third_party/boringssl/BUILD.generated.gni
|
| @@ -46,7 +46,6 @@ crypto_sources = [
|
| "src/crypto/base64/base64.c",
|
| "src/crypto/bio/bio.c",
|
| "src/crypto/bio/bio_mem.c",
|
| - "src/crypto/bio/buffer.c",
|
| "src/crypto/bio/connect.c",
|
| "src/crypto/bio/fd.c",
|
| "src/crypto/bio/file.c",
|
| @@ -407,6 +406,7 @@ ssl_sources = [
|
| "src/ssl/ssl_rsa_cc.cc",
|
| "src/ssl/ssl_session.c",
|
| "src/ssl/ssl_stat.c",
|
| + "src/ssl/ssl_x509.c",
|
| "src/ssl/t1_enc.c",
|
| "src/ssl/t1_lib.c",
|
| "src/ssl/tls13_both.c",
|
| @@ -471,6 +471,7 @@ crypto_sources_linux_x86_64 = [
|
| "linux-x86_64/crypto/bn/x86_64-mont.S",
|
| "linux-x86_64/crypto/bn/x86_64-mont5.S",
|
| "linux-x86_64/crypto/chacha/chacha-x86_64.S",
|
| + "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S",
|
| "linux-x86_64/crypto/ec/p256-x86_64-asm.S",
|
| "linux-x86_64/crypto/md5/md5-x86_64.S",
|
| "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S",
|
| @@ -506,6 +507,7 @@ crypto_sources_mac_x86_64 = [
|
| "mac-x86_64/crypto/bn/x86_64-mont.S",
|
| "mac-x86_64/crypto/bn/x86_64-mont5.S",
|
| "mac-x86_64/crypto/chacha/chacha-x86_64.S",
|
| + "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S",
|
| "mac-x86_64/crypto/ec/p256-x86_64-asm.S",
|
| "mac-x86_64/crypto/md5/md5-x86_64.S",
|
| "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S",
|
| @@ -541,6 +543,7 @@ crypto_sources_win_x86_64 = [
|
| "win-x86_64/crypto/bn/x86_64-mont.asm",
|
| "win-x86_64/crypto/bn/x86_64-mont5.asm",
|
| "win-x86_64/crypto/chacha/chacha-x86_64.asm",
|
| + "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm",
|
| "win-x86_64/crypto/ec/p256-x86_64-asm.asm",
|
| "win-x86_64/crypto/md5/md5-x86_64.asm",
|
| "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm",
|
|
|