summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/ui/ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h
index c6888d22d6..7755cf4a3a 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.13 2022/07/12 14:42:50 kn Exp $ */ 1/* $OpenBSD: ui.h,v 1.14 2022/07/12 18:43:56 jsing 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,7 +371,6 @@ int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
371int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, 371int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
372 int verify); 372 int verify);
373 373
374/*
375void ERR_load_UI_strings(void); 374void ERR_load_UI_strings(void);
376 375
377/* Error codes for the UI functions. */ 376/* Error codes for the UI functions. */