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/objects/objects.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/objects/objects.h')
-rw-r--r-- | src/lib/libcrypto/objects/objects.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h index 918928e2f0..fe3d7774d3 100644 --- a/src/lib/libcrypto/objects/objects.h +++ b/src/lib/libcrypto/objects/objects.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: objects.h,v 1.17 2022/01/14 08:56:00 tb Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.18 2022/07/12 14:42:49 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 | * |
@@ -1038,10 +1038,6 @@ extern int obj_cleanup_defer; | |||
1038 | void check_defer(int nid); | 1038 | void check_defer(int nid); |
1039 | #endif | 1039 | #endif |
1040 | 1040 | ||
1041 | /* BEGIN ERROR CODES */ | ||
1042 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
1043 | * made after this point may be overwritten when the script is next run. | ||
1044 | */ | ||
1045 | void ERR_load_OBJ_strings(void); | 1041 | void ERR_load_OBJ_strings(void); |
1046 | 1042 | ||
1047 | /* Error codes for the OBJ functions. */ | 1043 | /* Error codes for the OBJ functions. */ |