diff options
author | tb <> | 2024-11-05 11:21:15 +0000 |
---|---|---|
committer | tb <> | 2024-11-05 11:21:15 +0000 |
commit | 43968ec138d6f756dd8a78cbe9f27496b4ce45c5 (patch) | |
tree | 8a4a448986d0b79be3ec0f84f2c0a528139fb1f0 /src/lib | |
parent | 3491538df7214501383f20f9d081f5b0cccacf96 (diff) | |
download | openbsd-43968ec138d6f756dd8a78cbe9f27496b4ce45c5.tar.gz openbsd-43968ec138d6f756dd8a78cbe9f27496b4ce45c5.tar.bz2 openbsd-43968ec138d6f756dd8a78cbe9f27496b4ce45c5.zip |
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
Diffstat (limited to 'src/lib')
-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 | * |