aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-11-16 08:20:29 -0700
committerTheo Buehler <tb@openbsd.org>2024-11-16 08:20:29 -0700
commit8de367893bf8198d0959d4fabed9847b90209ae0 (patch)
tree7a3298fc5811d22fa26413d0467911451b7a7497 /update.sh
parentc94f43184cdbbd6fee53e1603356cc218f8ff663 (diff)
downloadportable-8de367893bf8198d0959d4fabed9847b90209ae0.tar.gz
portable-8de367893bf8198d0959d4fabed9847b90209ae0.tar.bz2
portable-8de367893bf8198d0959d4fabed9847b90209ae0.zip
Disable sha512 perlasm
Diffstat (limited to '')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 896c1e7..e1d9e86 100755
--- a/update.sh
+++ b/update.sh
@@ -284,7 +284,6 @@ for abi in elf macosx masm mingw64; do
284 gen_asm_stdout $abi modes/asm/ghash-x86_64.pl modes/ghash-$abi-x86_64.S 284 gen_asm_stdout $abi modes/asm/ghash-x86_64.pl modes/ghash-$abi-x86_64.S
285 gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl rc4/rc4-$abi-x86_64.S 285 gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl rc4/rc4-$abi-x86_64.S
286 gen_asm_stdout $abi sha/asm/sha1-x86_64.pl sha/sha1-$abi-x86_64.S 286 gen_asm_stdout $abi sha/asm/sha1-x86_64.pl sha/sha1-$abi-x86_64.S
287 gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha512-$abi-x86_64.S
288done 287done
289 288
290# copy libtls source 289# copy libtls source