From 0e0f8116e247912f5c48f8b3786e543f37fc1f87 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Thu, 19 Apr 2018 20:56:46 +0200 Subject: [PATCH] Fix building linux-armv4 with --strict-warnings Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6026) --- crypto/arm_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5