Chromium Code Reviews| Index: third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S |
| 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 eb02e8d5e02f7eef360316146f555f54985d58df..4cce90db2a6d18936ec3083b612a66302e66dd1c 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 |
| @@ -3,6 +3,7 @@ |
| .globl sha1_block_data_order |
| +.hidden sha1_block_data_order |
| .type sha1_block_data_order,@function |
| .align 16 |
| sha1_block_data_order: |