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/ui/ui.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/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. */ |