summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui/ui_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ui/ui_compat.c')
-rw-r--r--src/lib/libcrypto/ui/ui_compat.c4
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
59int 59int
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
65int 65int
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);