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/powerpc/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/powerpc') diff --git a/src/lib/libcrypto/arch/powerpc/Makefile.inc b/src/lib/libcrypto/arch/powerpc/Makefile.inc index 76d42f9e87..c89af9b0c0 100644 --- a/src/lib/libcrypto/arch/powerpc/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2024/03/27 12:54:42 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2024/03/28 01:41:16 jsing Exp $ # powerpc-specific libcrypto build rules @@ -14,8 +14,6 @@ SSLASM+= bn ppc-mont ppc-mont # bn_mul_mont_int 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