Chromium Code Reviews| Index: third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S |
| 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 1209afd6997ca3c958d94374ca142baf0b63e766..6f3f35de2bb19d0b5c3c29838d9d81302d376346 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 |
| @@ -3,6 +3,7 @@ |
| .globl sha256_block_data_order |
| +.hidden sha256_block_data_order |
| .type sha256_block_data_order,@function |
| .align 16 |
| sha256_block_data_order: |