diff options
author | jsing <> | 2022-07-12 18:43:56 +0000 |
---|---|---|
committer | jsing <> | 2022-07-12 18:43:56 +0000 |
commit | b22a3107d98c7a393e6474146840a843c66daac5 (patch) | |
tree | d6eedcf7d1e7845caa3b5bbe0b3fc6ce03dac7b5 | |
parent | b513e09c868855f076a4a370c449f8266330d35a (diff) | |
download | openbsd-b22a3107d98c7a393e6474146840a843c66daac5.tar.gz openbsd-b22a3107d98c7a393e6474146840a843c66daac5.tar.bz2 openbsd-b22a3107d98c7a393e6474146840a843c66daac5.zip |
Unbreak the tree, after the previous commit.
-rw-r--r-- | src/lib/libcrypto/ui/ui.h | 3 |
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, | |||
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 | /* | ||
375 | void ERR_load_UI_strings(void); | 374 | void ERR_load_UI_strings(void); |
376 | 375 | ||
377 | /* Error codes for the UI functions. */ | 376 | /* Error codes for the UI functions. */ |