diff options
Diffstat (limited to 'src/lib/libcrypto/arm_arch.h')
-rw-r--r-- | src/lib/libcrypto/arm_arch.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/arm_arch.h b/src/lib/libcrypto/arm_arch.h index de46ef2c2b..2ad95dc62a 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.5 2014/06/13 20:47:19 miod Exp $ */ | 1 | /* $OpenBSD: arm_arch.h,v 1.6 2014/12/07 15:37:27 miod Exp $ */ |
2 | #ifndef __ARM_ARCH_H__ | 2 | #ifndef __ARM_ARCH_H__ |
3 | #define __ARM_ARCH_H__ | 3 | #define __ARM_ARCH_H__ |
4 | 4 | ||
@@ -38,10 +38,6 @@ | |||
38 | # endif | 38 | # endif |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifdef OPENSSL_FIPSCANISTER | ||
42 | #include <openssl/fipssyms.h> | ||
43 | #endif | ||
44 | |||
45 | #if !__ASSEMBLER__ | 41 | #if !__ASSEMBLER__ |
46 | extern unsigned int OPENSSL_armcap_P; | 42 | extern unsigned int OPENSSL_armcap_P; |
47 | 43 | ||