From 7c0826c77345eb621368903e5eb6a826654f290b Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 27 Mar 2024 11:12:09 +0000 Subject: Move bf_enc.c to the primary Makefile. Now that all architectures are using bf_enc.c, it does not make sense to have it in every Makefile.inc file. --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8c3d05bd48..4ea8d0c2ad 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.175 2024/03/19 19:27:33 tb Exp $ +# $OpenBSD: Makefile,v 1.176 2024/03/27 11:12:08 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -144,6 +144,7 @@ SRCS+= x_x509a.c # bf/ SRCS+= bf_cfb64.c SRCS+= bf_ecb.c +SRCS+= bf_enc.c SRCS+= bf_ofb64.c SRCS+= bf_skey.c -- cgit v1.2.3-55-g6feb