summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/arm_arch.h4
-rw-r--r--src/lib/libssl/src/crypto/arm_arch.h4
2 files changed, 4 insertions, 4 deletions
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 @@
1/* $OpenBSD: arm_arch.h,v 1.6 2014/12/07 15:37:27 miod Exp $ */ 1/* $OpenBSD: arm_arch.h,v 1.7 2015/06/29 06:40:06 jsg Exp $ */
2#ifndef __ARM_ARCH_H__ 2#ifndef __ARM_ARCH_H__
3#define __ARM_ARCH_H__ 3#define __ARM_ARCH_H__
4 4
@@ -38,7 +38,7 @@
38# endif 38# endif
39#endif 39#endif
40 40
41#if !__ASSEMBLER__ 41#if !defined(__ASSEMBLER__)
42extern unsigned int OPENSSL_armcap_P; 42extern unsigned int OPENSSL_armcap_P;
43 43
44#define ARMV7_NEON (1<<0) 44#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 @@
1/* $OpenBSD: arm_arch.h,v 1.6 2014/12/07 15:37:27 miod Exp $ */ 1/* $OpenBSD: arm_arch.h,v 1.7 2015/06/29 06:40:06 jsg Exp $ */
2#ifndef __ARM_ARCH_H__ 2#ifndef __ARM_ARCH_H__
3#define __ARM_ARCH_H__ 3#define __ARM_ARCH_H__
4 4
@@ -38,7 +38,7 @@
38# endif 38# endif
39#endif 39#endif
40 40
41#if !__ASSEMBLER__ 41#if !defined(__ASSEMBLER__)
42extern unsigned int OPENSSL_armcap_P; 42extern unsigned int OPENSSL_armcap_P;
43 43
44#define ARMV7_NEON (1<<0) 44#define ARMV7_NEON (1<<0)