From 43968ec138d6f756dd8a78cbe9f27496b4ce45c5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 11:21:15 +0000 Subject: Rename cpt_err.c into crypto_err.c It is a bit sad, because cpt is such an apt abbreviation for crypto that everybody immediately understands. 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 abfdb1b0e0..ce5adf0f5a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.223 2024/11/05 11:14:04 tb Exp $ +# $OpenBSD: Makefile,v 1.224 2024/11/05 11:21:15 tb Exp $ LIB= crypto LIBREBUILD=y @@ -56,7 +56,7 @@ VERSION_SCRIPT= Symbols.map SYMBOL_LIST= ${.CURDIR}/Symbols.list # crypto/ -SRCS+= cpt_err.c +SRCS+= crypto_err.c SRCS+= crypto_ex_data.c SRCS+= crypto_init.c SRCS+= crypto_legacy.c -- cgit v1.2.3-55-g6feb