diff options
Diffstat (limited to 'dep/include/openssl/ui_compat.h')
-rw-r--r-- | dep/include/openssl/ui_compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/include/openssl/ui_compat.h b/dep/include/openssl/ui_compat.h index b35c9bb7fd3..1b9e80b5fda 100644 --- a/dep/include/openssl/ui_compat.h +++ b/dep/include/openssl/ui_compat.h @@ -10,7 +10,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -70,9 +70,9 @@ extern "C" { and are provided here for backward compatibility reasons. */ #define des_read_pw_string(b,l,p,v) \ - _ossl_old_des_read_pw_string((b),(l),(p),(v)) + _ossl_old_des_read_pw_string((b),(l),(p),(v)) #define des_read_pw(b,bf,s,p,v) \ - _ossl_old_des_read_pw((b),(bf),(s),(p),(v)) + _ossl_old_des_read_pw((b),(bf),(s),(p),(v)) int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify); int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify); |