From ee7605a32d674075555e0ea39312bd67abc4aecc Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 29 Jun 2015 06:40:06 +0000 Subject: fix the build on arm after the recent addition of -Wundef ok doug@ deraadt@ --- src/lib/libcrypto/arm_arch.h | 4 ++-- src/lib/libssl/src/crypto/arm_arch.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/arm_arch.h b/src/lib/libcrypto/arm_arch.h index 2ad95dc62a..3304be81ab 100644 --- a/src/lib/libcrypto/arm_arch.h +++ b/src/lib/libcrypto/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) diff --git a/src/lib/libssl/src/crypto/arm_arch.h b/src/lib/libssl/src/crypto/arm_arch.h index 2ad95dc62a..3304be81ab 100644 --- a/src/lib/libssl/src/crypto/arm_arch.h +++ b/src/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) -- cgit v1.2.3-55-g6feb