aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-28 20:47:48 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-28 20:47:48 -0600
commitf95940836bd539b08a91bfdfcec0bf5cc1b7c0ac (patch)
treef099844eff50d5b2bbca036bf4495d4be2e3d036 /update.sh
parentc370c924d1e4ce41dac0b661755e02532bc1b71a (diff)
downloadportable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.tar.gz
portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.tar.bz2
portable-f95940836bd539b08a91bfdfcec0bf5cc1b7c0ac.zip
Consolidate whirlpool
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 2976ac4..f4f7785 100755
--- a/update.sh
+++ b/update.sh
@@ -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
286done 285done
287 286