diff options
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/crypto_err.c (renamed from src/lib/libcrypto/cpt_err.c) | 2 |
2 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.223 2024/11/05 11:14:04 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.224 2024/11/05 11:21:15 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -56,7 +56,7 @@ VERSION_SCRIPT= Symbols.map | |||
56 | SYMBOL_LIST= ${.CURDIR}/Symbols.list | 56 | SYMBOL_LIST= ${.CURDIR}/Symbols.list |
57 | 57 | ||
58 | # crypto/ | 58 | # crypto/ |
59 | SRCS+= cpt_err.c | 59 | SRCS+= crypto_err.c |
60 | SRCS+= crypto_ex_data.c | 60 | SRCS+= crypto_ex_data.c |
61 | SRCS+= crypto_init.c | 61 | SRCS+= crypto_init.c |
62 | SRCS+= crypto_legacy.c | 62 | SRCS+= crypto_legacy.c |
diff --git a/src/lib/libcrypto/cpt_err.c b/src/lib/libcrypto/crypto_err.c index 459b99d433..08fb0ea16d 100644 --- a/src/lib/libcrypto/cpt_err.c +++ b/src/lib/libcrypto/crypto_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cpt_err.c,v 1.16 2024/06/24 06:43:22 tb Exp $ */ | 1 | /* $OpenBSD: crypto_err.c,v 1.1 2024/11/05 11:21:15 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |