From c2fb263788ce042005f4a392da506ae172993e88 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 31 Aug 2024 15:39:33 +0000 Subject: Merge fcrypt_b.c into fcrypt.c. There is no need for these to be separate (presumably done due to assembly implementations, even though there are #ifdef as well). Discussed with tb@ --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index bb3f415d0d..2b8fe88fcf 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.209 2024/08/31 10:44:39 tb Exp $ +# $OpenBSD: Makefile,v 1.210 2024/08/31 15:39:33 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -261,7 +261,6 @@ SRCS+= ecb3_enc.c SRCS+= ecb_enc.c SRCS+= ede_cbcm_enc.c SRCS+= fcrypt.c -SRCS+= fcrypt_b.c SRCS+= ofb64ede.c SRCS+= ofb64enc.c SRCS+= ofb_enc.c -- cgit v1.2.3-55-g6feb