VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Camellia_aesni_x64.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/Camellia_aesni_x64.S')
-rw-r--r--src/Crypto/Camellia_aesni_x64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Camellia_aesni_x64.S b/src/Crypto/Camellia_aesni_x64.S
index 4e2e093c..c3b8d193 100644
--- a/src/Crypto/Camellia_aesni_x64.S
+++ b/src/Crypto/Camellia_aesni_x64.S
@@ -833,7 +833,7 @@ _camellia_setup256:
ret;
- .ifndef WINABI
+ .ifndef __YASM__
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif