VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Camellia_aesni_x86.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/Camellia_aesni_x86.S')
-rw-r--r--src/Crypto/Camellia_aesni_x86.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Crypto/Camellia_aesni_x86.S b/src/Crypto/Camellia_aesni_x86.S
new file mode 100644
index 00000000..4a466888
--- /dev/null
+++ b/src/Crypto/Camellia_aesni_x86.S
@@ -0,0 +1,5 @@
+ .ifndef WINABI
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+ .endif