summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/Makefile4
-rw-r--r--lib/libcrypto/crypto_err.c (renamed from lib/libcrypto/cpt_err.c)2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index abfdb1b0e0e..ce5adf0f5a2 100644
--- a/lib/libcrypto/Makefile
+++ b/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
diff --git a/lib/libcrypto/cpt_err.c b/lib/libcrypto/crypto_err.c
index 459b99d433c..08fb0ea16d6 100644
--- a/lib/libcrypto/cpt_err.c
+++ b/lib/libcrypto/crypto_err.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpt_err.c,v 1.16 2024/06/24 06:43:22 tb Exp $ */
+/* $OpenBSD: crypto_err.c,v 1.1 2024/11/05 11:21:15 tb Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*