diff options
author | tb <> | 2024-08-31 10:28:03 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 10:28:03 +0000 |
commit | 10ed5961c492f4b0482e8a0ddebe9bb8f4cfeea7 (patch) | |
tree | 515683418115d85436bcd6e3ac2b60d4aee5768c /src/lib/libcrypto/ui/ui.h | |
parent | dfe0db320ed7b242f95c66b5d0cb7525257a6882 (diff) | |
download | openbsd-10ed5961c492f4b0482e8a0ddebe9bb8f4cfeea7.tar.gz openbsd-10ed5961c492f4b0482e8a0ddebe9bb8f4cfeea7.tar.bz2 openbsd-10ed5961c492f4b0482e8a0ddebe9bb8f4cfeea7.zip |
Garbage collec UI_UTIL remnants
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/ui/ui.h')
-rw-r--r-- | src/lib/libcrypto/ui/ui.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h index c688431394..e297e9fbaf 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.18 2023/04/18 08:33:43 tb Exp $ */ | 1 | /* $OpenBSD: ui.h,v 1.19 2024/08/31 10:28:03 tb 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 | */ |
@@ -364,12 +364,6 @@ int UI_get_result_maxsize(UI_STRING *uis); | |||
364 | /* Set the result of a UI_STRING. */ | 364 | /* Set the result of a UI_STRING. */ |
365 | int UI_set_result(UI *ui, UI_STRING *uis, const char *result); | 365 | int UI_set_result(UI *ui, UI_STRING *uis, const char *result); |
366 | 366 | ||
367 | /* A couple of popular utility functions */ | ||
368 | int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, | ||
369 | int verify); | ||
370 | int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, | ||
371 | int verify); | ||
372 | |||
373 | void ERR_load_UI_strings(void); | 367 | void ERR_load_UI_strings(void); |
374 | 368 | ||
375 | /* Error codes for the UI functions. */ | 369 | /* Error codes for the UI functions. */ |