summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorXiaofei Bai <xiaofei.bai@arm.com>2021-05-11 09:37:22 +0000
committerPauli <pauli@openssl.org>2021-05-14 00:03:30 +1000
commit2bdec3b037264540014120a02217fc67bf355f11 (patch)
tree488594b72a5d162ffc684359529f56c9458ff546 /crypto/arm_arch.h
parentda51566b256e0c0536d5b986e676863b0526bf5e (diff)
crypto/arm_arch.h: add a variable declaration
Add this variable declaration to prevent "-Werror,-Wmissing-variable-declarations" error from compiler. This error currently only happens on clang. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15240)
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index d98154bddb..9de35afcfd 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -72,6 +72,7 @@
# ifndef __ASSEMBLER__
extern unsigned int OPENSSL_armcap_P;
extern unsigned int OPENSSL_arm_midr;
+extern unsigned int OPENSSL_armv8_rsa_neonized;
# endif
# define ARMV7_NEON (1<<0)