aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-12-04 20:06:10 -0700
committerTheo Buehler <tb@openbsd.org>2024-12-04 20:06:10 -0700
commit694d8698545178cc26701ebfe1c113e2db237ab5 (patch)
treefd172263324d7dd79454fd9155bbb7122d723ef2 /update.sh
parentf843a3441b2ffb662474cb3a7c17889423bcad99 (diff)
downloadportable-694d8698545178cc26701ebfe1c113e2db237ab5.tar.gz
portable-694d8698545178cc26701ebfe1c113e2db237ab5.tar.bz2
portable-694d8698545178cc26701ebfe1c113e2db237ab5.zip
Disable sha1 assembly on amd64
Diffstat (limited to '')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index e1d9e86..729c65a 100755
--- a/update.sh
+++ b/update.sh
@@ -283,7 +283,6 @@ for abi in elf macosx masm mingw64; do
283 gen_asm_stdout $abi md5/asm/md5-x86_64.pl md5/md5-$abi-x86_64.S 283 gen_asm_stdout $abi md5/asm/md5-x86_64.pl md5/md5-$abi-x86_64.S
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
287done 286done
288 287
289# copy libtls source 288# copy libtls source