diff options
Diffstat (limited to 'src/Crypto/sha256-x64-nayuki.S')
-rw-r--r-- | src/Crypto/sha256-x64-nayuki.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Crypto/sha256-x64-nayuki.S b/src/Crypto/sha256-x64-nayuki.S new file mode 100644 index 00000000..c6dd16d1 --- /dev/null +++ b/src/Crypto/sha256-x64-nayuki.S @@ -0,0 +1,6 @@ + + .ifndef WINABI +#if defined(__linux__) && defined(__ELF__) + .section .note.GNU-stack,"",%progbits +#endif + .endif
\ No newline at end of file |