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/libcrypto/crypto_err.c | |
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 '')
-rw-r--r-- | src/lib/libcrypto/crypto_err.c (renamed from src/lib/libcrypto/cpt_err.c) | 2 |
1 files changed, 1 insertions, 1 deletions
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 | * |