summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui/ui_compat.h
diff options
context:
space:
mode:
authorjsing <>2014-04-18 05:37:44 +0000
committerjsing <>2014-04-18 05:37:44 +0000
commitf843014abcc7498613638ca7bdc47b3123ea2544 (patch)
treefc08a86c3d277a550737fd859bfcfb80547a2c6b /src/lib/libcrypto/ui/ui_compat.h
parentf737947057a1a777dafba073b92264e698047b6c (diff)
downloadopenbsd-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.h6
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
77int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify); 77int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, int verify);
78int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify); 78int _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}