VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Twofish_x64.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/Twofish_x64.S')
-rw-r--r--src/Crypto/Twofish_x64.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Crypto/Twofish_x64.S b/src/Crypto/Twofish_x64.S
index 1e271691..93f28206 100644
--- a/src/Crypto/Twofish_x64.S
+++ b/src/Crypto/Twofish_x64.S
@@ -311,4 +311,10 @@ movq %r8, %rdx;
popq %rsi
.endif
ret;
+ .ifndef __YASM__
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+ .endif
+