Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-05-19 16:00:46 +0400
committerDr. Stephen Henson <steve@openssl.org>2002-05-19 16:00:46 +0400
commit45caf9c50c7c1c35027fc8424cf89ddb840d0ab1 (patch)
tree077b9a3fa7690ee95ed4cbf6fca0da7f2e008522 /ms
parentace2ca484b5415837fc0501db8089d798921f6db (diff)
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.
Diffstat (limited to 'ms')
-rw-r--r--ms/mingw32.bat3
1 files changed, 2 insertions, 1 deletions
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