Loading crypto/ui/ui_compat.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ extern "C" { #define 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_string((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); Loading Loading
crypto/ui/ui_compat.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ extern "C" { #define 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_string((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); Loading