From 139a4095bb73b0cec0c6e513fb6c5321e9308b8b Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 27 Mar 2024 12:54:42 +0000 Subject: Consolidate rc4 code. Discussed with tb@ --- src/lib/libcrypto/arch/mips64/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/arch/mips64') 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 @@ -# $OpenBSD: Makefile.inc,v 1.8 2024/03/27 11:12:08 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2024/03/27 12:54:42 jsing Exp $ # mips64-specific libcrypto build rules @@ -15,7 +15,7 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c # des SRCS+= des_enc.c fcrypt_b.c # rc4 -SRCS+= rc4_enc.c rc4_skey.c +SRCS+= rc4.c # sha SSLASM+= sha sha1-mips sha1-mips CFLAGS+= -DSHA1_ASM -- cgit v1.2.3-55-g6feb