diff options
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 | } |
