diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-08 09:23:07 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-08 09:29:55 -0700 |
commit | 19eef52c711d6ae2d600177bec25d659e371a703 (patch) | |
tree | 84b4af530dd4906910ec1d23cba0f6ac15125e2c /update.sh | |
parent | 52b1623c6b4fee563f01ce91d76e2df23ed090c1 (diff) | |
download | portable-19eef52c711d6ae2d600177bec25d659e371a703.tar.gz portable-19eef52c711d6ae2d600177bec25d659e371a703.tar.bz2 portable-19eef52c711d6ae2d600177bec25d659e371a703.zip |
Disable sha256 assembly
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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/sha256-$abi-x86_64.S | ||
288 | gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha512-$abi-x86_64.S | 287 | gen_asm $abi sha/asm/sha512-x86_64.pl sha/sha512-$abi-x86_64.S |
289 | done | 288 | done |
290 | 289 | ||