This didn't get to the 0.9.8-dev thread...

This commit is contained in:
Richard Levitte
2002-11-13 18:09:27 +00:00
parent 0709385d3c
commit c112323dd5
3 changed files with 4 additions and 10 deletions

View File

@@ -538,7 +538,7 @@ int MAIN(int argc, char **argv)
#endif
if(!noprompt &&
EVP_read_pw_string(pass, 50, "Enter Export Password:", 1))
EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", 1))
{
BIO_printf (bio_err, "Can't read Password\n");
goto export_end;