Build montgomery ASM file on WIN32.

This commit is contained in:
Dr. Stephen Henson 2008-09-18 11:56:09 +00:00
parent 736a77f275
commit fe99beb82a
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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