Commit fe99beb8 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Build montgomery ASM file on WIN32.

parent 736a77f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ echo Bignum
cd crypto\bn\asm
perl bn-586.pl win32 %ASMOPTS% > bn_win32.asm
perl co-586.pl win32 %ASMOPTS% > co_win32.asm
perl mo-586.pl win32 %ASMOPTS% > mt_win32.asm
cd ..\..\..

echo AES
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ echo Bignum
cd crypto\bn\asm
perl bn-586.pl win32n %ASMOPTS% > bn_win32.asm
perl co-586.pl win32n %ASMOPTS% > co_win32.asm
perl mo-586.pl win32n %ASMOPTS% > mt_win32.asm
cd ..\..\..

echo AES