diff options
author | jsing <> | 2014-04-18 05:37:44 +0000 |
---|---|---|
committer | jsing <> | 2014-04-18 05:37:44 +0000 |
commit | f843014abcc7498613638ca7bdc47b3123ea2544 (patch) | |
tree | fc08a86c3d277a550737fd859bfcfb80547a2c6b /src/lib/libcrypto/ui/ui_compat.c | |
parent | f737947057a1a777dafba073b92264e698047b6c (diff) | |
download | openbsd-f843014abcc7498613638ca7bdc47b3123ea2544.tar.gz openbsd-f843014abcc7498613638ca7bdc47b3123ea2544.tar.bz2 openbsd-f843014abcc7498613638ca7bdc47b3123ea2544.zip |
More KNF.
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); |