diff options
Diffstat (limited to 'openssl/Netware')
-rw-r--r-- | openssl/Netware/build.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openssl/Netware/build.bat b/openssl/Netware/build.bat index 823134bda..3125c2a48 100644 --- a/openssl/Netware/build.bat +++ b/openssl/Netware/build.bat @@ -159,6 +159,8 @@ cd ..\..\.. echo SHA1 cd crypto\sha\asm perl sha1-586.pl %ASM_MODE% > s1-nw.asm +perl sha256-586.pl %ASM_MODE% > sha256-nw.asm +perl sha512-586.pl %ASM_MODE% > sha512-nw.asm cd ..\..\.. echo RIPEMD160 @@ -171,6 +173,11 @@ cd crypto\rc5\asm perl rc5-586.pl %ASM_MODE% > r5-nw.asm cd ..\..\.. +echo WHIRLPOOL +cd crypto\whrlpool\asm +perl wp-mmx.pl %ASM_MODE% > wp-nw.asm +cd ..\..\.. + echo CPUID cd crypto perl x86cpuid.pl %ASM_MODE% > x86cpuid-nw.asm |