diff options
author | Brent Cook <busterb@gmail.com> | 2023-03-23 06:35:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-03-23 06:35:41 -0500 |
commit | 6501696dd7669b3d20d69beffc508c46f0a807da (patch) | |
tree | 97aa5999879893746df35315fa74343e5f095672 /update.sh | |
parent | dc7d38d52f829f77d60ddeb31546d20783d73498 (diff) | |
download | portable-6501696dd7669b3d20d69beffc508c46f0a807da.tar.gz portable-6501696dd7669b3d20d69beffc508c46f0a807da.tar.bz2 portable-6501696dd7669b3d20d69beffc508c46f0a807da.zip |
generate opensslconf.h for mips
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ gen_asm() { | |||
219 | fi | 219 | fi |
220 | } | 220 | } |
221 | 221 | ||
222 | #echo generating mips ASM source for elf | 222 | echo generating mips ASM source for elf |
223 | gen_asm_mips o32 aes aes-mips aes-mips | 223 | gen_asm_mips o32 aes aes-mips aes-mips |
224 | gen_asm_mips o32 bn mips bn-mips | 224 | gen_asm_mips o32 bn mips bn-mips |
225 | gen_asm_mips o32 bn mips-mont mont-mips | 225 | gen_asm_mips o32 bn mips-mont mont-mips |