summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2022-07-12 18:43:57 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2022-07-12 18:43:57 +0000
commit0f7a23afedfd50fa70a486933d8f068dfaaa9dce (patch)
tree6e29258b9880a056118eeaf003decaf9f33e90e1 /lib
parentff5b2898a713293080dd4755a0cc587885173cc5 (diff)
Unbreak the tree, after the previous commit.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/ui/ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/ui/ui.h b/lib/libcrypto/ui/ui.h
index c6888d22d66..7755cf4a3af 100644
--- a/lib/libcrypto/ui/ui.h
+++ b/lib/libcrypto/ui/ui.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ui.h,v 1.13 2022/07/12 14:42:50 kn Exp $ */
+/* $OpenBSD: ui.h,v 1.14 2022/07/12 18:43:56 jsing Exp $ */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2001.
*/
@@ -371,7 +371,6 @@ int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
int verify);
-/*
void ERR_load_UI_strings(void);
/* Error codes for the UI functions. */