From b89670ef0e007dbb1dc84388bf9f47372c9f1087 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 19 May 2002 12:03:05 +0000 Subject: Fix Mingw32 asm build: use the Unix bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use. --- ms/mingw32.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ms') diff --git a/ms/mingw32.bat b/ms/mingw32.bat index db70b8580e..1968f4150b 100644 --- a/ms/mingw32.bat +++ b/ms/mingw32.bat @@ -12,7 +12,8 @@ echo Generating x86 for GNU assember echo Bignum cd crypto\bn\asm -perl x86.pl gaswin > bn-win32.s +perl bn-586.pl gaswin > bn-win32.s +perl co-586.pl gaswin > co-win32.s cd ..\..\.. echo DES -- cgit v1.2.3