summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2022-07-12 18:43:56 +0000
committerjsing <>2022-07-12 18:43:56 +0000
commitb22a3107d98c7a393e6474146840a843c66daac5 (patch)
treed6eedcf7d1e7845caa3b5bbe0b3fc6ce03dac7b5 /src
parentb513e09c868855f076a4a370c449f8266330d35a (diff)
downloadopenbsd-b22a3107d98c7a393e6474146840a843c66daac5.tar.gz
openbsd-b22a3107d98c7a393e6474146840a843c66daac5.tar.bz2
openbsd-b22a3107d98c7a393e6474146840a843c66daac5.zip
Unbreak the tree, after the previous commit.
Diffstat (limited to 'src')
-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. */