From 3464202a67bd692f85f993dcb7a602dcc8a8bd9c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 28 Mar 2024 01:41:16 +0000 Subject: Move des sources to primary Makefile. Now that all platforms use a C des implementation, move it to the primary Makefile. --- 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 e13906e954..30a4047e34 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.9 2024/03/27 12:54:42 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2024/03/28 01:41:16 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 -# des -SRCS+= des_enc.c fcrypt_b.c # rc4 SRCS+= rc4.c # sha -- cgit v1.2.3-55-g6feb