summaryrefslogtreecommitdiffstats
path: root/crypto/armv4cpuid.pl
diff options
context:
space:
mode:
authorTom Cosgrove <tom.cosgrove@arm.com>2023-03-27 22:05:13 +0100
committerTomas Mraz <tomas@openssl.org>2023-03-29 12:21:31 +0200
commit7b508cd1e18f04d509af4df6c2ab4709c4389d19 (patch)
tree7fcfe01a91a62fe816c5a60c9e0e1e13ce5f03b2 /crypto/armv4cpuid.pl
parentc3637cafd378f2dacc70018499fec4619082051b (diff)
Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.a
Change-Id: Ia94e528a2d55934435de6a2949784c52eb38d82f Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20621)
Diffstat (limited to 'crypto/armv4cpuid.pl')
-rw-r--r--crypto/armv4cpuid.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/armv4cpuid.pl b/crypto/armv4cpuid.pl
index 8991fd4afe..78dc90c520 100644
--- a/crypto/armv4cpuid.pl
+++ b/crypto/armv4cpuid.pl
@@ -292,8 +292,7 @@ atomic_add_spinlock:
.word 0
#endif
-.comm OPENSSL_armcap_P,4,4
-.hidden OPENSSL_armcap_P
+.extern OPENSSL_armcap_P
___
print $code;