diff options
author | kn <> | 2022-07-12 14:42:50 +0000 |
---|---|---|
committer | kn <> | 2022-07-12 14:42:50 +0000 |
commit | 87ede05352c9455433b363d404d744eb4de70aa0 (patch) | |
tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/ts | |
parent | 7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff) | |
download | openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.gz openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.bz2 openbsd-87ede05352c9455433b363d404d744eb4de70aa0.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/ts')
-rw-r--r-- | src/lib/libcrypto/ts/ts.h | 7 | ||||
-rw-r--r-- | src/lib/libcrypto/ts/ts_err.c | 8 |
2 files changed, 2 insertions, 13 deletions
diff --git a/src/lib/libcrypto/ts/ts.h b/src/lib/libcrypto/ts/ts.h index fa8eb949a4..405d29e166 100644 --- a/src/lib/libcrypto/ts/ts.h +++ b/src/lib/libcrypto/ts/ts.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ts.h,v 1.10 2018/05/13 15:35:46 tb Exp $ */ | 1 | /* $OpenBSD: ts.h,v 1.11 2022/07/12 14:42:50 kn Exp $ */ |
2 | /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL |
3 | * project 2002, 2003, 2004. | 3 | * project 2002, 2003, 2004. |
4 | */ | 4 | */ |
@@ -732,11 +732,6 @@ int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx); | |||
732 | int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, | 732 | int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, |
733 | TS_RESP_CTX *ctx); | 733 | TS_RESP_CTX *ctx); |
734 | 734 | ||
735 | /* -------------------------------------------------- */ | ||
736 | /* BEGIN ERROR CODES */ | ||
737 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
738 | * made after this point may be overwritten when the script is next run. | ||
739 | */ | ||
740 | void ERR_load_TS_strings(void); | 735 | void ERR_load_TS_strings(void); |
741 | 736 | ||
742 | /* Error codes for the TS functions. */ | 737 | /* Error codes for the TS functions. */ |
diff --git a/src/lib/libcrypto/ts/ts_err.c b/src/lib/libcrypto/ts/ts_err.c index 4b89909384..ddd532a6a7 100644 --- a/src/lib/libcrypto/ts/ts_err.c +++ b/src/lib/libcrypto/ts/ts_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ts_err.c,v 1.5 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ts_err.c,v 1.6 2022/07/12 14:42:50 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 | * |
@@ -53,11 +53,6 @@ | |||
53 | * | 53 | * |
54 | */ | 54 | */ |
55 | 55 | ||
56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes | ||
57 | * made to it will be overwritten when the script next updates this file, | ||
58 | * only reason strings will be preserved. | ||
59 | */ | ||
60 | |||
61 | #include <stdio.h> | 56 | #include <stdio.h> |
62 | 57 | ||
63 | #include <openssl/opensslconf.h> | 58 | #include <openssl/opensslconf.h> |
@@ -65,7 +60,6 @@ | |||
65 | #include <openssl/err.h> | 60 | #include <openssl/err.h> |
66 | #include <openssl/ts.h> | 61 | #include <openssl/ts.h> |
67 | 62 | ||
68 | /* BEGIN ERROR CODES */ | ||
69 | #ifndef OPENSSL_NO_ERR | 63 | #ifndef OPENSSL_NO_ERR |
70 | 64 | ||
71 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0) | 65 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0) |