Index: third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S |
diff --git a/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S |
index 7005c34080535017081348e46f65f94540ef01c7..56c8e620d97d9ca7369fb444c238d71ffcc30853 100644 |
--- a/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S |
+++ b/third_party/boringssl/mac-x86_64/crypto/modes/aesni-gcm-x86_64.S |
@@ -2,6 +2,7 @@ |
.text |
.globl _aesni_gcm_encrypt |
+.private_extern _aesni_gcm_encrypt |
_aesni_gcm_encrypt: |
xorl %eax,%eax |
@@ -9,6 +10,7 @@ _aesni_gcm_encrypt: |
.globl _aesni_gcm_decrypt |
+.private_extern _aesni_gcm_decrypt |
_aesni_gcm_decrypt: |
xorl %eax,%eax |