summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2015-06-29 06:40:06 +0000
committerjsg <jsg@openbsd.org>2015-06-29 06:40:06 +0000
commitd513eb711ff2adc9a34940d5a2fc5246cfbe3262 (patch)
tree2a50fa3ccd154873689064d04afbf21ea77efc74 /lib/libssl/src
parentenable vexpress (diff)
downloadwireguard-openbsd-d513eb711ff2adc9a34940d5a2fc5246cfbe3262.tar.xz
wireguard-openbsd-d513eb711ff2adc9a34940d5a2fc5246cfbe3262.zip
fix the build on arm after the recent addition of -Wundef
ok doug@ deraadt@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/arm_arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/arm_arch.h b/lib/libssl/src/crypto/arm_arch.h
index 2ad95dc62ab..3304be81ab1 100644
--- a/lib/libssl/src/crypto/arm_arch.h
+++ b/lib/libssl/src/crypto/arm_arch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: arm_arch.h,v 1.6 2014/12/07 15:37:27 miod Exp $ */
+/* $OpenBSD: arm_arch.h,v 1.7 2015/06/29 06:40:06 jsg Exp $ */
#ifndef __ARM_ARCH_H__
#define __ARM_ARCH_H__
@@ -38,7 +38,7 @@
# endif
#endif
-#if !__ASSEMBLER__
+#if !defined(__ASSEMBLER__)
extern unsigned int OPENSSL_armcap_P;
#define ARMV7_NEON (1<<0)