diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-29 01:45:13 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-29 02:24:23 -0600 |
commit | 70d384d5371c95ff84c79fa7cb6fa31a744dd9b3 (patch) | |
tree | 893a88bd58b5a5b0482382b15b97001d9bcaa4ee /update.sh | |
parent | fd57ce50769f9a8490456b18ff24938c58072e18 (diff) | |
download | portable-70d384d5371c95ff84c79fa7cb6fa31a744dd9b3.tar.gz portable-70d384d5371c95ff84c79fa7cb6fa31a744dd9b3.tar.bz2 portable-70d384d5371c95ff84c79fa7cb6fa31a744dd9b3.zip |
camellia/cast consolidation coping
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -274,7 +274,6 @@ for abi in elf macosx masm mingw64; do | |||
274 | gen_asm_stdout $abi bn/asm/modexp512-x86_64.pl bn/modexp512-$abi-x86_64.S | 274 | gen_asm_stdout $abi bn/asm/modexp512-x86_64.pl bn/modexp512-$abi-x86_64.S |
275 | gen_asm_stdout $abi bn/asm/x86_64-mont.pl bn/mont-$abi-x86_64.S | 275 | gen_asm_stdout $abi bn/asm/x86_64-mont.pl bn/mont-$abi-x86_64.S |
276 | gen_asm_stdout $abi bn/asm/x86_64-mont5.pl bn/mont5-$abi-x86_64.S | 276 | gen_asm_stdout $abi bn/asm/x86_64-mont5.pl bn/mont5-$abi-x86_64.S |
277 | gen_asm_stdout $abi camellia/asm/cmll-x86_64.pl camellia/cmll-$abi-x86_64.S | ||
278 | gen_asm_stdout $abi md5/asm/md5-x86_64.pl md5/md5-$abi-x86_64.S | 277 | gen_asm_stdout $abi md5/asm/md5-x86_64.pl md5/md5-$abi-x86_64.S |
279 | gen_asm_stdout $abi modes/asm/ghash-x86_64.pl modes/ghash-$abi-x86_64.S | 278 | gen_asm_stdout $abi modes/asm/ghash-x86_64.pl modes/ghash-$abi-x86_64.S |
280 | gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl rc4/rc4-$abi-x86_64.S | 279 | gen_asm_stdout $abi rc4/asm/rc4-x86_64.pl rc4/rc4-$abi-x86_64.S |