diff options
Diffstat (limited to 'src/Crypto/Camellia_x86.S')
-rw-r--r-- | src/Crypto/Camellia_x86.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Camellia_x86.S b/src/Crypto/Camellia_x86.S index 4a466888..0b1721ea 100644 --- a/src/Crypto/Camellia_x86.S +++ b/src/Crypto/Camellia_x86.S @@ -1,4 +1,4 @@ - .ifndef WINABI + .ifndef __YASM__ #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif |