summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-19 20:56:46 +0200
committerNicola Tuveri <nic.tuv@gmail.com>2019-06-11 18:45:33 +0300
commit3750879c117fddf583ef5d46069bac2b4d6523b8 (patch)
tree5628ccdde54d5ba10e390d13525ba0f3bccd6fba
parent8479e9e97354add3c562670db66b5f8151dc3b2e (diff)
Fix building linux-armv4 with --strict-warnings
(cherry picked from commit 0e0f8116e247912f5c48f8b3786e543f37fc1f87) Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/8243)
-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 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