summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S')
-rw-r--r--deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S b/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S
index f6fb3f1f73..ceceb743ec 100644
--- a/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S
+++ b/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ghashv8-armx.S
@@ -1,5 +1,6 @@
#include "arm_arch.h"
+#if __ARM_MAX_ARCH__>=7
.text
.fpu neon
.code 32
@@ -230,3 +231,4 @@ gcm_ghash_v8:
.byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,56,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
.align 2
.align 2
+#endif