diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-16 08:20:29 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-16 08:20:29 -0700 |
commit | 8de367893bf8198d0959d4fabed9847b90209ae0 (patch) | |
tree | 7a3298fc5811d22fa26413d0467911451b7a7497 /update.sh | |
parent | c94f43184cdbbd6fee53e1603356cc218f8ff663 (diff) | |
download | portable-8de367893bf8198d0959d4fabed9847b90209ae0.tar.gz portable-8de367893bf8198d0959d4fabed9847b90209ae0.tar.bz2 portable-8de367893bf8198d0959d4fabed9847b90209ae0.zip |
Disable sha512 perlasm
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/sha512-$abi-x86_64.S | ||
288 | done | 287 | done |
289 | 288 | ||
290 | # copy libtls source | 289 | # copy libtls source |