From f843014abcc7498613638ca7bdc47b3123ea2544 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 18 Apr 2014 05:37:44 +0000 Subject: More KNF. --- src/lib/libcrypto/ui/ui_compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ui/ui_compat.c') 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 @@ #include #include -int +int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, int verify) { return UI_UTIL_read_pw_string(buf, length, prompt, verify); } -int +int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) { return UI_UTIL_read_pw(buf, buff, size, prompt, verify); -- cgit v1.2.3-55-g6feb