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.h | |
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.h')
-rw-r--r-- | src/lib/libcrypto/ui/ui_compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ui/ui_compat.h b/src/lib/libcrypto/ui/ui_compat.h index b35c9bb7fd..75c2ae1ef9 100644 --- a/src/lib/libcrypto/ui/ui_compat.h +++ b/src/lib/libcrypto/ui/ui_compat.h | |||
@@ -10,7 +10,7 @@ | |||
10 | * are met: | 10 | * are met: |
11 | * | 11 | * |
12 | * 1. Redistributions of source code must retain the above copyright | 12 | * 1. Redistributions of source code must retain the above copyright |
13 | * notice, this list of conditions and the following disclaimer. | 13 | * notice, this list of conditions and the following disclaimer. |
14 | * | 14 | * |
15 | * 2. Redistributions in binary form must reproduce the above copyright | 15 | * 2. Redistributions in binary form must reproduce the above copyright |
16 | * notice, this list of conditions and the following disclaimer in | 16 | * notice, this list of conditions and the following disclaimer in |
@@ -74,8 +74,8 @@ extern "C" { | |||
74 | #define des_read_pw(b,bf,s,p,v) \ | 74 | #define des_read_pw(b,bf,s,p,v) \ |
75 | _ossl_old_des_read_pw((b),(bf),(s),(p),(v)) | 75 | _ossl_old_des_read_pw((b),(bf),(s),(p),(v)) |
76 | 76 | ||
77 | int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify); | 77 | int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, int verify); |
78 | int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify); | 78 | int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify); |
79 | 79 | ||
80 | #ifdef __cplusplus | 80 | #ifdef __cplusplus |
81 | } | 81 | } |