| Index: third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
|
| diff --git a/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
|
| index b01ad7f0bf3a037e0f8bce4046062e0425267acf..5f4b057ffad4ae460f214e597a59085dc46ed85b 100644
|
| --- a/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
|
| +++ b/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
|
| @@ -1294,7 +1294,8 @@ asm_AES_set_decrypt_key:
|
| .globl asm_AES_cbc_encrypt
|
| .hidden asm_AES_cbc_encrypt
|
| .type asm_AES_cbc_encrypt,@function
|
| -
|
| +.extern OPENSSL_ia32cap_P
|
| +.hidden OPENSSL_ia32cap_P
|
| .hidden asm_AES_cbc_encrypt
|
| asm_AES_cbc_encrypt:
|
| cmpq $0,%rdx
|
|
|