From: Bernd Edlinger Date: Thu, 19 Apr 2018 18:56:46 +0000 (+0200) Subject: Fix building linux-armv4 with --strict-warnings X-Git-Tag: OpenSSL_1_0_2t~22 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=commitdiff_plain;h=3750879c117fddf583ef5d46069bac2b4d6523b8 Fix building linux-armv4 with --strict-warnings (cherry picked from commit 0e0f8116e247912f5c48f8b3786e543f37fc1f87) Reviewed-by: Paul Dale Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/8243) --- diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h index 9d6e58880d..de592de9d1 100644 --- a/crypto/arm_arch.h +++ b/crypto/arm_arch.h @@ -64,7 +64,7 @@ # endif # endif -# if !__ASSEMBLER__ +# ifndef __ASSEMBLER__ extern unsigned int OPENSSL_armcap_P; # endif