| 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 89fd5bf8851309b8f7ede2a061d6c522fd339fea..ca3a3a164420b563a18b156a9f144d3f52d4a9be 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
|
| @@ -1,7 +1,8 @@
|
| #if defined(__x86_64__)
|
| .text
|
|
|
| -
|
| +.extern OPENSSL_ia32cap_P
|
| +.hidden OPENSSL_ia32cap_P
|
| .globl sha512_block_data_order
|
| .hidden sha512_block_data_order
|
| .type sha512_block_data_order,@function
|
|
|