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_1_0i~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5da3cadbdaecdbdf45120fd5d75e72068edb652;p=openssl Fix building linux-armv4 with --strict-warnings Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6026) (cherry picked from commit 0e0f8116e247912f5c48f8b3786e543f37fc1f87) --- diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h index 3fc9e69b1c..ddb60c6a47 100644 --- a/crypto/arm_arch.h +++ b/crypto/arm_arch.h @@ -69,7 +69,7 @@ # endif # endif -# if !__ASSEMBLER__ +# ifndef __ASSEMBLER__ extern unsigned int OPENSSL_armcap_P; # endif