VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Twofish_x86.S
blob: d4af8ceab1b491b59ca291de297347d19dfed44d (plain)
1
2
3
4
5
6
7
8
9
10
11
 .ifndef WINABI
%ifidn __OUTPUT_FORMAT__,elf
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
%ifidn __OUTPUT_FORMAT__,elf32
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
%ifidn __OUTPUT_FORMAT__,elf64
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
 .endif