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/x509/x509.h | |
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/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 8a78a4c38d..7795181efc 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.89 2022/01/10 14:13:03 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.90 2022/07/12 14:42:50 kn Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1123,10 +1123,6 @@ int X509_TRUST_get_trust(const X509_TRUST *xp); | |||
1123 | int X509_up_ref(X509 *x); | 1123 | int X509_up_ref(X509 *x); |
1124 | STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain); | 1124 | STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain); |
1125 | 1125 | ||
1126 | /* BEGIN ERROR CODES */ | ||
1127 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
1128 | * made after this point may be overwritten when the script is next run. | ||
1129 | */ | ||
1130 | void ERR_load_X509_strings(void); | 1126 | void ERR_load_X509_strings(void); |
1131 | 1127 | ||
1132 | /* Error codes for the X509 functions. */ | 1128 | /* Error codes for the X509 functions. */ |