]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/arm_arch.h: add a variable declaration
authorXiaofei Bai <xiaofei.bai@arm.com>
Tue, 11 May 2021 09:37:22 +0000 (09:37 +0000)
committerPauli <pauli@openssl.org>
Thu, 13 May 2021 14:03:30 +0000 (00:03 +1000)
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)

crypto/arm_arch.h

index d98154bddb7dc1222103a3df3824f888c04a7e43..9de35afcfdda211608f2a4499143fdadc106e69b 100644 (file)
@@ -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)