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/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 63600aa923..447a8f65b5 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.180 2024/03/28 00:57:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.181 2024/03/28 01:41:16 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -266,12 +266,14 @@ SRCS+= cbc_enc.c SRCS+= cfb64ede.c SRCS+= cfb64enc.c SRCS+= cfb_enc.c +SRCS+= des_enc.c SRCS+= ecb3_enc.c SRCS+= ecb_enc.c SRCS+= ede_cbcm_enc.c SRCS+= enc_read.c SRCS+= enc_writ.c SRCS+= fcrypt.c +SRCS+= fcrypt_b.c SRCS+= ofb64ede.c SRCS+= ofb64enc.c SRCS+= ofb_enc.c -- cgit v1.2.3-55-g6feb