Disable sha1 assembly on amd64

This commit is contained in:
Theo Buehler
2024-12-04 20:06:10 -07:00
parent f843a3441b
commit 694d869854
6 changed files with 0 additions and 17 deletions

View File

@@ -283,7 +283,6 @@ for abi in elf macosx masm mingw64; do
gen_asm_stdout $abi md5/asm/md5-x86_64.pl md5/md5-$abi-x86_64.S
gen_asm_stdout $abi modes/asm/ghash-x86_64.pl modes/ghash-$abi-x86_64.S
gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl rc4/rc4-$abi-x86_64.S
gen_asm_stdout $abi sha/asm/sha1-x86_64.pl sha/sha1-$abi-x86_64.S
done
# copy libtls source