Chromium Code Reviews| Index: third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S |
| 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 a6c12f2d1e444ea981859e5d46ee2186aafe8740..d22f1f0a313826f8637d67477b56c98cbae04ad9 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 |
| @@ -3,6 +3,7 @@ |
| .globl sha512_block_data_order |
| +.hidden sha512_block_data_order |
| .type sha512_block_data_order,@function |
| .align 16 |
| sha512_block_data_order: |