summaryrefslogtreecommitdiffstats
path: root/src/crypto/chacha/chacha_vec_arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/chacha/chacha_vec_arm.S')
-rw-r--r--src/crypto/chacha/chacha_vec_arm.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/chacha/chacha_vec_arm.S b/src/crypto/chacha/chacha_vec_arm.S
index 0f82627..ddc374e 100644
--- a/src/crypto/chacha/chacha_vec_arm.S
+++ b/src/crypto/chacha/chacha_vec_arm.S
@@ -23,7 +23,6 @@
# /opt/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc -O3 -mcpu=cortex-a8 -mfpu=neon -fpic -DASM_GEN -I ../../include -S chacha_vec.c -o -
#if !defined(OPENSSL_NO_ASM)
-#if defined(__arm__) || defined(__aarch64__)
.syntax unified
.cpu cortex-a8
@@ -1424,5 +1423,4 @@ CRYPTO_chacha_20_neon:
.ident "GCC: (Linaro GCC 2014.11) 4.9.3 20141031 (prerelease)"
.section .note.GNU-stack,"",%progbits
-#endif /* __arm__ || __aarch64__ */
#endif /* !OPENSSL_NO_ASM */