From 9335759f4d289fc38995fb2ddb5d14c9b755b9d3 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 11:02:58 +0000 Subject: Fold cversion.c into crypto_legacy.c discussed with jsing --- 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 8630687370..ccc5e0b5c6 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.219 2024/11/05 10:59:42 tb Exp $ +# $OpenBSD: Makefile,v 1.220 2024/11/05 11:02:58 tb Exp $ LIB= crypto LIBREBUILD=y @@ -61,7 +61,6 @@ SRCS+= crypto_ex_data.c SRCS+= crypto_init.c SRCS+= crypto_legacy.c SRCS+= crypto_lock.c -SRCS+= cversion.c SRCS+= malloc-wrapper.c SRCS+= mem_clr.c SRCS+= mem_dbg.c -- cgit v1.2.3-55-g6feb