summaryrefslogtreecommitdiff
path: root/src/crypto/poly1305/poly1305_arm_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/poly1305/poly1305_arm_asm.S')
-rw-r--r--src/crypto/poly1305/poly1305_arm_asm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/poly1305/poly1305_arm_asm.S b/src/crypto/poly1305/poly1305_arm_asm.S
index 77b3c48e..80a4b31f 100644
--- a/src/crypto/poly1305/poly1305_arm_asm.S
+++ b/src/crypto/poly1305/poly1305_arm_asm.S
@@ -2022,8 +2022,8 @@ vst1.8 d4,[r0,: 64]
add sp,sp,#0
bx lr
+#endif /* __arm__ && !OPENSSL_NO_ASM && !__APPLE__ */
+
#if defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
-
-#endif /* __arm__ && !OPENSSL_NO_ASM && !__APPLE__ */