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_1-pre6~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e0f8116e247912f5c48f8b3786e543f37fc1f87;p=oweals%2Fopenssl.git Fix building linux-armv4 with --strict-warnings Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6026) --- diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h index 547ec95827..f11b543df6 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