diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2008-01-04 14:18:09 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2008-01-04 14:18:09 +0100 |
commit | 6ff28e017daa16716b2195598be0a7702a1083f3 (patch) | |
tree | 2cbbd55a432fd8bf94bb79083929fbad7486f7b2 /Netware | |
parent | Update WIN32 nasm build to use new asm files. (diff) | |
download | openssl-6ff28e017daa16716b2195598be0a7702a1083f3.tar.xz openssl-6ff28e017daa16716b2195598be0a7702a1083f3.zip |
Update netware to use new SHA2 assembly language modules.
Diffstat (limited to 'Netware')
-rw-r--r-- | Netware/build.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Netware/build.bat b/Netware/build.bat index b146dd9f2b..3125c2a487 100644 --- a/Netware/build.bat +++ b/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 |