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 4649bafa6c0971e24ce8440a2212b8597ae95965..f526de51ad09ac61b3f350d27b04a138cb3732f2 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 |
@@ -1,7 +1,8 @@ |
#if defined(__x86_64__) |
.text |
- |
+.extern OPENSSL_ia32cap_P |
+.hidden OPENSSL_ia32cap_P |
.globl sha256_block_data_order |
.hidden sha256_block_data_order |
.type sha256_block_data_order,@function |