From 89faa4d8d5ff5b53f7bbc4f66d00fddcee95b6c1 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 27 Mar 2024 11:24:15 +0000 Subject: Consolidate blowfish code. Requested by tb@ --- src/lib/libcrypto/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 4ea8d0c2ad..606dc61792 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.176 2024/03/27 11:12:08 jsing Exp $ +# $OpenBSD: Makefile,v 1.177 2024/03/27 11:24:15 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -142,11 +142,7 @@ SRCS+= x_x509.c 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 +SRCS+= blowfish.c # bio/ SRCS+= b_dump.c -- cgit v1.2.3-55-g6feb