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/ts/ts.h | |
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/ts/ts.h')
-rw-r--r-- | src/lib/libcrypto/ts/ts.h | 7 |
1 files changed, 1 insertions, 6 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. */ |