Marked probable bug, pointed out by Anonymous.

This commit is contained in:
Bodo Möller 1999-05-16 12:01:49 +00:00
parent e1a228fbce
commit ee86c3f53d

View File

@ -371,6 +371,8 @@ if (export_cert) {
if (canames) sk_free(canames); if (canames) sk_free(canames);
/* if (!pmatch) ...? What should happen here? XXX */
if(!noprompt && if(!noprompt &&
EVP_read_pw_string(pass, 50, "Enter Export Password:", 1)) { EVP_read_pw_string(pass, 50, "Enter Export Password:", 1)) {
BIO_printf (bio_err, "Can't read Password\n"); BIO_printf (bio_err, "Can't read Password\n");
@ -421,7 +423,7 @@ if (export_cert) {
ret = 0; ret = 0;
goto end; goto end;
} }
if (!(p12 = d2i_PKCS12_bio (in, NULL))) { if (!(p12 = d2i_PKCS12_bio (in, NULL))) {
ERR_print_errors(bio_err); ERR_print_errors(bio_err);