summaryrefslogtreecommitdiffstats
path: root/crypto/armcap.c
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/armcap.c
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/armcap.c')
-rw-r--r--crypto/armcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/armcap.c b/crypto/armcap.c
index f61579ac04..03bc659bdb 100644
--- a/crypto/armcap.c
+++ b/crypto/armcap.c
@@ -25,9 +25,7 @@
#endif
#include "arm_arch.h"
-#ifdef __aarch64__
unsigned int OPENSSL_armcap_P = 0;
-#endif
unsigned int OPENSSL_arm_midr = 0;
unsigned int OPENSSL_armv8_rsa_neonized = 0;