summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-19 20:56:46 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-20 15:49:33 +0200
commit0e0f8116e247912f5c48f8b3786e543f37fc1f87 (patch)
treee55815798c84cbafec923625687636f012dd4752
parenteb2b9892065cf5b69400b98ca82e4e99a525eb29 (diff)
Fix building linux-armv4 with --strict-warnings
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6026)
-rw-r--r--crypto/arm_arch.h2
1 files changed, 1 insertions, 1 deletions
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