summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arm_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arm_arch.h')
-rw-r--r--src/lib/libcrypto/arm_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arm_arch.h b/src/lib/libcrypto/arm_arch.h
index 5a83107680..0ccafb2215 100644
--- a/src/lib/libcrypto/arm_arch.h
+++ b/src/lib/libcrypto/arm_arch.h
@@ -43,7 +43,7 @@
43 43
44#if !__ASSEMBLER__ 44#if !__ASSEMBLER__
45extern unsigned int OPENSSL_armcap_P; 45extern unsigned int OPENSSL_armcap_P;
46 46
47#define ARMV7_NEON (1<<0) 47#define ARMV7_NEON (1<<0)
48#define ARMV7_TICK (1<<1) 48#define ARMV7_TICK (1<<1)
49#endif 49#endif