diff options
| author | jsing <> | 2022-07-12 18:43:56 +0000 |
|---|---|---|
| committer | jsing <> | 2022-07-12 18:43:56 +0000 |
| commit | 8b803997ba3a0e375884475ca58ace2454076604 (patch) | |
| tree | d6eedcf7d1e7845caa3b5bbe0b3fc6ce03dac7b5 /src | |
| parent | ac8512fe250cec3b5899d097395c326f3f234f8c (diff) | |
| download | openbsd-8b803997ba3a0e375884475ca58ace2454076604.tar.gz openbsd-8b803997ba3a0e375884475ca58ace2454076604.tar.bz2 openbsd-8b803997ba3a0e375884475ca58ace2454076604.zip | |
Unbreak the tree, after the previous commit.
Diffstat (limited to 'src')
| -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. */ |
