summaryrefslogtreecommitdiffstats
path: root/third_party/boringssl
diff options
context:
space:
mode:
authordavidben <davidben@chromium.org>2014-09-10 22:44:15 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 05:47:01 +0000
commit5252b8221600aa1f31df5d75c03e9f4fecf22abb (patch)
tree3e91d0ee58562c8ea43cb203b3c980e4494f89e3 /third_party/boringssl
parent38c80c1b5a395a1890d8746aad8c3289a9ffde73 (diff)
downloadchromium_src-5252b8221600aa1f31df5d75c03e9f4fecf22abb.zip
chromium_src-5252b8221600aa1f31df5d75c03e9f4fecf22abb.tar.gz
chromium_src-5252b8221600aa1f31df5d75c03e9f4fecf22abb.tar.bz2
Roll BoringSSL.
This pulls in the following changes: 1195796 Ensure x86_64 perlasm output ends with a newline. f7768e4 Test SHA-256 and SHA-384 CBC-mode cipher suites. 71dad68 OPENSSL_EXPORT SSL_CTX_set_keylog_bio. BUG=none Review URL: https://codereview.chromium.org/565503002 Cr-Commit-Position: refs/heads/master@{#294327}
Diffstat (limited to 'third_party/boringssl')
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/rc4/rc4-md5-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S2
-rw-r--r--third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/modes/ghash-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/rc4/rc4-md5-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S2
-rw-r--r--third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S2
36 files changed, 36 insertions, 36 deletions
diff --git a/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
index 547a85c..b01ad7f 100644
--- a/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
@@ -2532,4 +2532,4 @@ asm_AES_cbc_encrypt:
.long 0x1b1b1b1b, 0x1b1b1b1b, 0, 0
.byte 65,69,83,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 64
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S
index 8188528..9ab973d 100644
--- a/third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S
@@ -3175,4 +3175,4 @@ __aesni_set_encrypt_key:
.byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69,83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 64
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S
index d99436e..2960e95 100644
--- a/third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S
@@ -2501,4 +2501,4 @@ _bsaes_const:
.byte 66,105,116,45,115,108,105,99,101,100,32,65,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,69,109,105,108,105,97,32,75,195,164,115,112,101,114,44,32,80,101,116,101,114,32,83,99,104,119,97,98,101,44,32,65,110,100,121,32,80,111,108,121,97,107,111,118,0
.align 64
.size _bsaes_const,.-_bsaes_const
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S
index 18f46e69..1d12424 100644
--- a/third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S
@@ -831,4 +831,4 @@ _vpaes_consts:
.byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,77,105,107,101,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105,118,101,114,115,105,116,121,41,0
.align 64
.size _vpaes_consts,.-_vpaes_consts
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S
index eda0b7a..e49a2cb 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S
@@ -1773,4 +1773,4 @@ end_main_loop_a3b:
.Lepilogue:
.byte 0xf3,0xc3
.size mod_exp_512, . - mod_exp_512
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S b/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S
index 6343195..cd334d9 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S
@@ -31,4 +31,4 @@ rsaz_1024_gather5_avx2:
.byte 0x0f,0x0b
.byte 0xf3,0xc3
.size rsaz_1024_sqr_avx2,.-rsaz_1024_sqr_avx2
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
index f5edff0..fe0eed5 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
@@ -1123,4 +1123,4 @@ rsaz_512_gather4:
jnz .Loop_gather
.byte 0xf3,0xc3
.size rsaz_512_gather4,.-rsaz_512_gather4
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S
index 32f78d6..ebe7678 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S
@@ -723,4 +723,4 @@ bn_sqr8x_mont:
.size bn_sqr8x_mont,.-bn_sqr8x_mont
.byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 16
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
index 928a146..357bc110 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
@@ -1819,4 +1819,4 @@ bn_gather5:
.long 0,0, 0,0, 0,0, -1,-1
.long 0,0, 0,0, 0,0, 0,0
.byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,119,105,116,104,32,115,99,97,116,116,101,114,47,103,97,116,104,101,114,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S b/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
index 6270138..c664242 100644
--- a/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
+++ b/third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S
@@ -144,4 +144,4 @@ OPENSSL_ia32_cpuid:
.byte 0xf3,0xc3
.size OPENSSL_ia32_cpuid,.-OPENSSL_ia32_cpuid
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S
index b11d9a1..7644689 100644
--- a/third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S
@@ -668,4 +668,4 @@ md5_block_asm_data_order:
.Lepilogue:
.byte 0xf3,0xc3
.size md5_block_asm_data_order,.-md5_block_asm_data_order
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S
index a33245f..f01692e 100644
--- a/third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S
@@ -16,4 +16,4 @@ aesni_gcm_decrypt:
xorl %eax,%eax
.byte 0xf3,0xc3
.size aesni_gcm_decrypt,.-aesni_gcm_decrypt
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S
index 6437ebf..bd1b17f 100644
--- a/third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S
@@ -1325,4 +1325,4 @@ gcm_ghash_avx:
.byte 71,72,65,83,72,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 64
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-md5-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-md5-x86_64.S
index df61728..06c8d67 100644
--- a/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-md5-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-md5-x86_64.S
@@ -1259,4 +1259,4 @@ rc4_md5_enc:
.Labort:
.byte 0xf3,0xc3
.size rc4_md5_enc,.-rc4_md5_enc
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
index a67a2f5..89fdccb 100644
--- a/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
@@ -621,4 +621,4 @@ RC4_options:
.byte 82,67,52,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 64
.size RC4_options,.-RC4_options
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S
index 4cce90d..ea2f403 100644
--- a/third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S
@@ -2422,4 +2422,4 @@ K_XX_XX:
.byte 0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0
.byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 64
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S
index 6f3f35d..4649baf 100644
--- a/third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S
@@ -2840,4 +2840,4 @@ sha256_block_data_order_ssse3:
.Lepilogue_ssse3:
.byte 0xf3,0xc3
.size sha256_block_data_order_ssse3,.-sha256_block_data_order_ssse3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S
index d22f1f0..89fd5bf 100644
--- a/third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S
@@ -1783,4 +1783,4 @@ K512:
.quad 0x0001020304050607,0x08090a0b0c0d0e0f
.quad 0x0001020304050607,0x08090a0b0c0d0e0f
.byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S
index 7df5856..02f378b 100644
--- a/third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S
@@ -2532,4 +2532,4 @@ L$AES_Td:
.long 0x1b1b1b1b, 0x1b1b1b1b, 0, 0
.byte 65,69,83,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S
index b042b35..032c94d 100644
--- a/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S
@@ -3175,4 +3175,4 @@ L$increment1:
.byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69,83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
index 94d5911..c2d0477 100644
--- a/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
@@ -2501,4 +2501,4 @@ L$63:
.byte 66,105,116,45,115,108,105,99,101,100,32,65,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,69,109,105,108,105,97,32,75,195,164,115,112,101,114,44,32,80,101,116,101,114,32,83,99,104,119,97,98,101,44,32,65,110,100,121,32,80,111,108,121,97,107,111,118,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S
index eae4db8..711ea43 100644
--- a/third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S
@@ -831,4 +831,4 @@ L$k_dsbo:
.byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,77,105,107,101,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105,118,101,114,115,105,116,121,41,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S
index 61f8e00..beb133e 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S
@@ -1773,4 +1773,4 @@ end_main_loop_a3b:
L$epilogue:
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S b/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S
index 6ae37f8..8ba2019 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S
@@ -31,4 +31,4 @@ _rsaz_1024_gather5_avx2:
.byte 0x0f,0x0b
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S
index 880d527..5e9e82f 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S
@@ -1123,4 +1123,4 @@ L$oop_gather:
jnz L$oop_gather
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S
index 384a53e..6b9bc05 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S
@@ -723,4 +723,4 @@ L$sqr8x_epilogue:
.byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.p2align 4
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S
index 15e3d5a6..2e8f469 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S
@@ -1819,4 +1819,4 @@ L$magic_masks:
.long 0,0, 0,0, 0,0, -1,-1
.long 0,0, 0,0, 0,0, 0,0
.byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,119,105,116,104,32,115,99,97,116,116,101,114,47,103,97,116,104,101,114,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S b/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S
index 7326e21..faf4e2f 100644
--- a/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S
+++ b/third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S
@@ -144,4 +144,4 @@ L$done:
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S
index 127f2b6..1e61479 100644
--- a/third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S
@@ -668,4 +668,4 @@ L$end:
L$epilogue:
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S
index 56c8e62..21d5ad6 100644
--- a/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S
@@ -16,4 +16,4 @@ _aesni_gcm_decrypt:
xorl %eax,%eax
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/modes/ghash-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/modes/ghash-x86_64.S
index d992bdb..305a91c 100644
--- a/third_party/boringssl/mac-x86_64/crypto/modes/ghash-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/modes/ghash-x86_64.S
@@ -1325,4 +1325,4 @@ L$rem_8bit:
.byte 71,72,65,83,72,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-md5-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-md5-x86_64.S
index 151c9bf..31ee7d2 100644
--- a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-md5-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-md5-x86_64.S
@@ -1259,4 +1259,4 @@ L$epilogue:
L$abort:
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
index ba03d42..d83d838 100644
--- a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
@@ -621,4 +621,4 @@ L$opts:
.byte 82,67,52,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S
index fc403b9..044dc5b 100644
--- a/third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/sha/sha1-x86_64.S
@@ -2422,4 +2422,4 @@ K_XX_XX:
.byte 0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0
.byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.p2align 6
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
index ae15188..da02d4c 100644
--- a/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
@@ -2840,4 +2840,4 @@ L$ssse3_00_47:
L$epilogue_ssse3:
.byte 0xf3,0xc3
-#endif \ No newline at end of file
+#endif
diff --git a/third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S
index bf25b14a..2f5d912 100644
--- a/third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S
@@ -1783,4 +1783,4 @@ K512:
.quad 0x0001020304050607,0x08090a0b0c0d0e0f
.quad 0x0001020304050607,0x08090a0b0c0d0e0f
.byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
-#endif \ No newline at end of file
+#endif