diff options
| author | kn <> | 2022-07-12 14:42:50 +0000 |
|---|---|---|
| committer | kn <> | 2022-07-12 14:42:50 +0000 |
| commit | 89e42d5857196a8071fbafb5565388d0e20ec32b (patch) | |
| tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/comp/comp_err.c | |
| parent | dbc467e70542c7e274a4db0e7526d340f4820190 (diff) | |
| download | openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.tar.gz openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.tar.bz2 openbsd-89e42d5857196a8071fbafb5565388d0e20ec32b.zip | |
Remove mkerr.pl remnants from LibreSSL
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.
Feedback OK jsing tb
Diffstat (limited to 'src/lib/libcrypto/comp/comp_err.c')
| -rw-r--r-- | src/lib/libcrypto/comp/comp_err.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c index ccc7a28cd3..eb5fc0ad50 100644 --- a/src/lib/libcrypto/comp/comp_err.c +++ b/src/lib/libcrypto/comp/comp_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: comp_err.c,v 1.11 2022/01/09 23:50:10 tb Exp $ */ | 1 | /* $OpenBSD: comp_err.c,v 1.12 2022/07/12 14:42:48 kn Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -62,7 +62,6 @@ | |||
| 62 | 62 | ||
| 63 | #include "comp_local.h" | 63 | #include "comp_local.h" |
| 64 | 64 | ||
| 65 | /* BEGIN ERROR CODES */ | ||
| 66 | #ifndef OPENSSL_NO_ERR | 65 | #ifndef OPENSSL_NO_ERR |
| 67 | 66 | ||
| 68 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) | 67 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) |
