diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/mips64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index 403c9d3278..e13906e954 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.8 2024/03/27 11:12:08 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.9 2024/03/27 12:54:42 jsing Exp $ |
2 | 2 | ||
3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
4 | 4 | ||
@@ -15,7 +15,7 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c | |||
15 | # des | 15 | # des |
16 | SRCS+= des_enc.c fcrypt_b.c | 16 | SRCS+= des_enc.c fcrypt_b.c |
17 | # rc4 | 17 | # rc4 |
18 | SRCS+= rc4_enc.c rc4_skey.c | 18 | SRCS+= rc4.c |
19 | # sha | 19 | # sha |
20 | SSLASM+= sha sha1-mips sha1-mips | 20 | SSLASM+= sha sha1-mips sha1-mips |
21 | CFLAGS+= -DSHA1_ASM | 21 | CFLAGS+= -DSHA1_ASM |