From 91a8e6eb18ca31999b645c425d34ee1fb2113bcc Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 28 Mar 2024 01:57:00 +0000 Subject: Move rc4.c to primary Makefile. This is now built on all platforms. --- src/lib/libcrypto/arch/mips64/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 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 30a4047e34..b3a9406f40 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.10 2024/03/28 01:41:16 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2024/03/28 01:57:00 jsing Exp $ # mips64-specific libcrypto build rules @@ -12,8 +12,6 @@ SSLASM+= bn mips-mont mips-mont CFLAGS+= -DOPENSSL_BN_ASM_MONT # camellia SRCS+= camellia.c cmll_cbc.c cmll_misc.c -# rc4 -SRCS+= rc4.c # sha SSLASM+= sha sha1-mips sha1-mips CFLAGS+= -DSHA1_ASM -- cgit v1.2.3-55-g6feb