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_x64.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Crypto/Twofish_x64.S') diff --git a/src/Crypto/Twofish_x64.S b/src/Crypto/Twofish_x64.S index c3483e33..e5fa5ea8 100644 --- a/src/Crypto/Twofish_x64.S +++ b/src/Crypto/Twofish_x64.S @@ -312,8 +312,9 @@ movq %r8, %rdx; .endif ret; + .ifndef WINABI #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif - + .endif -- cgit v1.2.3