diff options
Diffstat (limited to 'src/lib/libcrypto/ui/ui_compat.c')
-rw-r--r-- | src/lib/libcrypto/ui/ui_compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ui/ui_compat.c b/src/lib/libcrypto/ui/ui_compat.c index 2c5ee4dcee..416e035bdf 100644 --- a/src/lib/libcrypto/ui/ui_compat.c +++ b/src/lib/libcrypto/ui/ui_compat.c | |||
@@ -56,13 +56,13 @@ | |||
56 | #include <string.h> | 56 | #include <string.h> |
57 | #include <openssl/ui_compat.h> | 57 | #include <openssl/ui_compat.h> |
58 | 58 | ||
59 | int | 59 | int |
60 | _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, int verify) | 60 | _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, int verify) |
61 | { | 61 | { |
62 | return UI_UTIL_read_pw_string(buf, length, prompt, verify); | 62 | return UI_UTIL_read_pw_string(buf, length, prompt, verify); |
63 | } | 63 | } |
64 | 64 | ||
65 | int | 65 | int |
66 | _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) | 66 | _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) |
67 | { | 67 | { |
68 | return UI_UTIL_read_pw(buf, buff, size, prompt, verify); | 68 | return UI_UTIL_read_pw(buf, buff, size, prompt, verify); |