diff options
Diffstat (limited to 'src/lib/libcrypto/ui/ui.h')
-rw-r--r-- | src/lib/libcrypto/ui/ui.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h index 5ca65b0a36..c6888d22d6 100644 --- a/src/lib/libcrypto/ui/ui.h +++ b/src/lib/libcrypto/ui/ui.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ui.h,v 1.12 2020/09/24 19:20:32 tb Exp $ */ | 1 | /* $OpenBSD: ui.h,v 1.13 2022/07/12 14:42:50 kn Exp $ */ |
2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
3 | * project 2001. | 3 | * project 2001. |
4 | */ | 4 | */ |
@@ -371,11 +371,7 @@ int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, | |||
371 | int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, | 371 | int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, |
372 | int verify); | 372 | int verify); |
373 | 373 | ||
374 | /* BEGIN ERROR CODES */ | ||
375 | /* | 374 | /* |
376 | * The following lines are auto generated by the script mkerr.pl. Any changes | ||
377 | * made after this point may be overwritten when the script is next run. | ||
378 | */ | ||
379 | void ERR_load_UI_strings(void); | 375 | void ERR_load_UI_strings(void); |
380 | 376 | ||
381 | /* Error codes for the UI functions. */ | 377 | /* Error codes for the UI functions. */ |