Skip to content

Commit

Permalink
Roll src/third_party/boringssl/src ce00828c8..2d98d49cf
Browse files Browse the repository at this point in the history
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: Steven Valdez <svaldez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598749}
  • Loading branch information
davidben authored and Commit Bot committed Oct 11, 2018
1 parent 9596d91 commit a552714
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
'boringssl_revision': 'ce00828c89df3d4c40de7d715b1a032eb03c525c',
'boringssl_revision': '2d98d49cf712ca7dc6f4b23b9c5f5542385d8dbe',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling google-toolbox-for-mac
# and whatever else without interference from each other.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1230,4 +1230,5 @@ LOPENSSL_armcap_P:
.align 2
.align 2
.comm _OPENSSL_armcap_P,4,4
.private_extern _OPENSSL_armcap_P
#endif // !OPENSSL_NO_ASM
Original file line number Diff line number Diff line change
Expand Up @@ -1208,5 +1208,6 @@ Loop_hw:
#endif
#ifndef __KERNEL__
.comm _OPENSSL_armcap_P,4,4
.private_extern _OPENSSL_armcap_P
#endif
#endif // !OPENSSL_NO_ASM
Original file line number Diff line number Diff line change
Expand Up @@ -1080,5 +1080,6 @@ LOPENSSL_armcap_P:
.align 2
#ifndef __KERNEL__
.comm _OPENSSL_armcap_P,4,4
.private_extern _OPENSSL_armcap_P
#endif
#endif // !OPENSSL_NO_ASM
Original file line number Diff line number Diff line change
Expand Up @@ -1231,5 +1231,6 @@ sha1_block_armv8:
.align 2
.align 2
.comm OPENSSL_armcap_P,4,4
.hidden OPENSSL_armcap_P
#endif
#endif // !OPENSSL_NO_ASM
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,7 @@ sha256_block_armv8:
#endif
#ifndef __KERNEL__
.comm OPENSSL_armcap_P,4,4
.hidden OPENSSL_armcap_P
#endif
#endif
#endif // !OPENSSL_NO_ASM
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,7 @@ sha512_block_data_order:
.align 2
#ifndef __KERNEL__
.comm OPENSSL_armcap_P,4,4
.hidden OPENSSL_armcap_P
#endif
#endif
#endif // !OPENSSL_NO_ASM

0 comments on commit a552714

Please sign in to comment.