diff options
author | Tom Cosgrove <tom.cosgrove@arm.com> | 2023-03-27 23:05:13 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-03-29 12:21:31 +0200 |
commit | 7b508cd1e18f04d509af4df6c2ab4709c4389d19 (patch) | |
tree | 7fcfe01a91a62fe816c5a60c9e0e1e13ce5f03b2 /crypto/armcap.c | |
parent | doc: add HOWTO document about Documenting public Functions and Macros (diff) | |
download | openssl-7b508cd1e18f04d509af4df6c2ab4709c4389d19.tar.xz openssl-7b508cd1e18f04d509af4df6c2ab4709c4389d19.zip |
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.c | 2 |
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; |