summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
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:50:59 +0200
commitb5da3cadbdaecdbdf45120fd5d75e72068edb652 (patch)
tree78bd409324083956dce2a2c5c5bb0d85303ca068 /crypto/arm_arch.h
parentd2118367add0840df472f48e48be19f075a3dec0 (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) (cherry picked from commit 0e0f8116e247912f5c48f8b3786e543f37fc1f87)
Diffstat (limited to 'crypto/arm_arch.h')
-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 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