From ff701282b49f028be56be5b7b3491525367fe0d4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 10:59:42 +0000 Subject: Rename cryptlib.c into crypto_legacy.c discussed with jsing --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d11e66cede..8630687370 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.218 2024/11/02 15:50:50 tb Exp $ +# $OpenBSD: Makefile,v 1.219 2024/11/05 10:59:42 tb Exp $ LIB= crypto LIBREBUILD=y @@ -57,9 +57,9 @@ SYMBOL_LIST= ${.CURDIR}/Symbols.list # crypto/ SRCS+= cpt_err.c -SRCS+= cryptlib.c SRCS+= crypto_ex_data.c SRCS+= crypto_init.c +SRCS+= crypto_legacy.c SRCS+= crypto_lock.c SRCS+= cversion.c SRCS+= malloc-wrapper.c -- cgit v1.2.3-55-g6feb