diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-28 20:47:48 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 20:47:48 -0600 |
commit | f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac (patch) | |
tree | f099844eff50d5b2bbca036bf4495d4be2e3d036 /update.sh | |
parent | c370c924d1e4ce41dac0b661755e02532bc1b71a (diff) | |
download | portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.tar.gz portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.tar.bz2 portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.zip |
Consolidate whirlpool
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -281,7 +281,6 @@ for abi in elf macosx masm mingw64; do | |||
281 | gen_asm_stdout $abi sha/asm/sha1-x86_64.pl sha/sha1-$abi-x86_64.S | 281 | gen_asm_stdout $abi sha/asm/sha1-x86_64.pl sha/sha1-$abi-x86_64.S |
282 | gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha256-$abi-x86_64.S | 282 | gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha256-$abi-x86_64.S |
283 | gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha512-$abi-x86_64.S | 283 | gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha512-$abi-x86_64.S |
284 | gen_asm_stdout $abi whrlpool/asm/wp-x86_64.pl whrlpool/wp-$abi-x86_64.S | ||
285 | gen_asm $abi x86_64cpuid.pl cpuid-$abi-x86_64.S | 284 | gen_asm $abi x86_64cpuid.pl cpuid-$abi-x86_64.S |
286 | done | 285 | done |
287 | 286 | ||