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/engine/engine.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/engine/engine.h')
| -rw-r--r-- | src/lib/libcrypto/engine/engine.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index dc14be8e38..5c21647fe3 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: engine.h,v 1.33 2019/01/19 01:07:00 tb Exp $ */ | 1 | /* $OpenBSD: engine.h,v 1.34 2022/07/12 14:42:49 kn Exp $ */ |
| 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -716,10 +716,6 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, | |||
| 716 | * values. */ | 716 | * values. */ |
| 717 | void *ENGINE_get_static_state(void); | 717 | void *ENGINE_get_static_state(void); |
| 718 | 718 | ||
| 719 | /* BEGIN ERROR CODES */ | ||
| 720 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
| 721 | * made after this point may be overwritten when the script is next run. | ||
| 722 | */ | ||
| 723 | void ERR_load_ENGINE_strings(void); | 719 | void ERR_load_ENGINE_strings(void); |
| 724 | 720 | ||
| 725 | /* Error codes for the ENGINE functions. */ | 721 | /* Error codes for the ENGINE functions. */ |
