VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/sha512-x64-nayuki.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/sha512-x64-nayuki.S')
-rw-r--r--src/Crypto/sha512-x64-nayuki.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Crypto/sha512-x64-nayuki.S b/src/Crypto/sha512-x64-nayuki.S
index 0e36ac91..167b31f5 100644
--- a/src/Crypto/sha512-x64-nayuki.S
+++ b/src/Crypto/sha512-x64-nayuki.S
@@ -195,8 +195,8 @@ _sha512_compress_nayuki:
retq
- .ifndef WINABI
+ .ifndef __YASM__
#if defined(__linux__) && defined(__ELF__)
- .section .note.GNU-stack,"",%progbits
+.section .note.GNU-stack,"",%progbits
#endif
.endif