Build montgomery ASM file on WIN32.
This commit is contained in:
parent
736a77f275
commit
fe99beb82a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue