diff options
author | Theo Buehler <tb@openbsd.org> | 2024-12-04 20:06:10 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-12-04 20:06:10 -0700 |
commit | 694d8698545178cc26701ebfe1c113e2db237ab5 (patch) | |
tree | fd172263324d7dd79454fd9155bbb7122d723ef2 /update.sh | |
parent | f843a3441b2ffb662474cb3a7c17889423bcad99 (diff) | |
download | portable-694d8698545178cc26701ebfe1c113e2db237ab5.tar.gz portable-694d8698545178cc26701ebfe1c113e2db237ab5.tar.bz2 portable-694d8698545178cc26701ebfe1c113e2db237ab5.zip |
Disable sha1 assembly on amd64
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||
287 | done | 286 | done |
288 | 287 | ||
289 | # copy libtls source | 288 | # copy libtls source |