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/amd64/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/amd64') diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index ab10e43a14..b04923b596 100644 --- a/src/lib/libcrypto/arch/amd64/Makefile.inc +++ b/src/lib/libcrypto/arch/amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.15 2024/03/27 12:42:30 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2024/03/28 01:41:16 jsing Exp $ # amd64-specific libcrypto build rules @@ -39,8 +39,6 @@ SRCS += word_clz.S # camellia SRCS+= cmll_misc.c SSLASM+= camellia cmll-x86_64 -# des -SRCS+= des_enc.c fcrypt_b.c # md5 CFLAGS+= -DMD5_ASM SSLASM+= md5 md5-x86_64 -- cgit v1.2.3-55-g6feb