From 78803703e6d47462b6d883f61bfe750e5ff794c0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 16 Jun 2017 23:18:10 +0200 Subject: Windows: fix compilation error of assembly files after latest changes on Linux. --- src/Crypto/Twofish_x86.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Crypto/Twofish_x86.S') diff --git a/src/Crypto/Twofish_x86.S b/src/Crypto/Twofish_x86.S index 4f654871..d4af8cea 100644 --- a/src/Crypto/Twofish_x86.S +++ b/src/Crypto/Twofish_x86.S @@ -1,3 +1,4 @@ + .ifndef WINABI %ifidn __OUTPUT_FORMAT__,elf section .note.GNU-stack noalloc noexec nowrite progbits %endif @@ -7,4 +8,4 @@ section .note.GNU-stack noalloc noexec nowrite progbits %ifidn __OUTPUT_FORMAT__,elf64 section .note.GNU-stack noalloc noexec nowrite progbits %endif - + .endif \ No newline at end of file -- cgit v1.2.3