summaryrefslogtreecommitdiff
path: root/src/crypto/curve25519/asm/x25519-asm-arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/curve25519/asm/x25519-asm-arm.S')
-rw-r--r--src/crypto/curve25519/asm/x25519-asm-arm.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypto/curve25519/asm/x25519-asm-arm.S b/src/crypto/curve25519/asm/x25519-asm-arm.S
index 905af077..9a26adda 100644
--- a/src/crypto/curve25519/asm/x25519-asm-arm.S
+++ b/src/crypto/curve25519/asm/x25519-asm-arm.S
@@ -2129,4 +2129,8 @@ mov sp,r12
vpop {q4,q5,q6,q7}
bx lr
+#if defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+
#endif /* !OPENSSL_NO_ASM && __arm__ && !__APPLE__ */