diff options
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. */ |