summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s')
-rw-r--r--src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s b/src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s
index c511b0d..a03e652 100644
--- a/src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s
+++ b/src/crypto/cipher/salsa2012/xmm/salsa2012_x86_xmm5.s
@@ -5076,3 +5076,8 @@ add $64,%esi
# qhasm: goto bytesbetween1and255
jmp ._bytesbetween1and255
+
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif