Commit a552714b authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Roll src/third_party/boringssl/src ce00828c8..2d98d49cf

https://boringssl.googlesource.com/boringssl/+log/ce00828c89df3d4c40de7d715b1a032eb03c525c..2d98d49cf712ca7dc6f4b23b9c5f5542385d8dbe

Bug: none
Change-Id: Ib79f15ec5c31b511551d4e87783dcda822fbfd28
Reviewed-on: https://chromium-review.googlesource.com/c/1274203
Commit-Queue: Steven Valdez <svaldez@chromium.org>
Reviewed-by: default avatarSteven Valdez <svaldez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598749}
parent 9596d912
...@@ -137,7 +137,7 @@ vars = { ...@@ -137,7 +137,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL # the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other. # and whatever else without interference from each other.
'boringssl_revision': 'ce00828c89df3d4c40de7d715b1a032eb03c525c', 'boringssl_revision': '2d98d49cf712ca7dc6f4b23b9c5f5542385d8dbe',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac # the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -1230,4 +1230,5 @@ LOPENSSL_armcap_P: ...@@ -1230,4 +1230,5 @@ LOPENSSL_armcap_P:
.align 2 .align 2
.align 2 .align 2
.comm _OPENSSL_armcap_P,4,4 .comm _OPENSSL_armcap_P,4,4
.private_extern _OPENSSL_armcap_P
#endif // !OPENSSL_NO_ASM #endif // !OPENSSL_NO_ASM
...@@ -1208,5 +1208,6 @@ Loop_hw: ...@@ -1208,5 +1208,6 @@ Loop_hw:
#endif #endif
#ifndef __KERNEL__ #ifndef __KERNEL__
.comm _OPENSSL_armcap_P,4,4 .comm _OPENSSL_armcap_P,4,4
.private_extern _OPENSSL_armcap_P
#endif #endif
#endif // !OPENSSL_NO_ASM #endif // !OPENSSL_NO_ASM
...@@ -1080,5 +1080,6 @@ LOPENSSL_armcap_P: ...@@ -1080,5 +1080,6 @@ LOPENSSL_armcap_P:
.align 2 .align 2
#ifndef __KERNEL__ #ifndef __KERNEL__
.comm _OPENSSL_armcap_P,4,4 .comm _OPENSSL_armcap_P,4,4
.private_extern _OPENSSL_armcap_P
#endif #endif
#endif // !OPENSSL_NO_ASM #endif // !OPENSSL_NO_ASM
...@@ -1231,5 +1231,6 @@ sha1_block_armv8: ...@@ -1231,5 +1231,6 @@ sha1_block_armv8:
.align 2 .align 2
.align 2 .align 2
.comm OPENSSL_armcap_P,4,4 .comm OPENSSL_armcap_P,4,4
.hidden OPENSSL_armcap_P
#endif #endif
#endif // !OPENSSL_NO_ASM #endif // !OPENSSL_NO_ASM
...@@ -1209,6 +1209,7 @@ sha256_block_armv8: ...@@ -1209,6 +1209,7 @@ sha256_block_armv8:
#endif #endif
#ifndef __KERNEL__ #ifndef __KERNEL__
.comm OPENSSL_armcap_P,4,4 .comm OPENSSL_armcap_P,4,4
.hidden OPENSSL_armcap_P
#endif #endif
#endif #endif
#endif // !OPENSSL_NO_ASM #endif // !OPENSSL_NO_ASM
...@@ -1081,6 +1081,7 @@ sha512_block_data_order: ...@@ -1081,6 +1081,7 @@ sha512_block_data_order:
.align 2 .align 2
#ifndef __KERNEL__ #ifndef __KERNEL__
.comm OPENSSL_armcap_P,4,4 .comm OPENSSL_armcap_P,4,4
.hidden OPENSSL_armcap_P
#endif #endif
#endif #endif
#endif // !OPENSSL_NO_ASM #endif // !OPENSSL_NO_ASM
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