Loading apps/pkcs12.c +3 −1 Original line number Diff line number Diff line Loading @@ -371,6 +371,8 @@ if (export_cert) { if (canames) sk_free(canames); /* if (!pmatch) ...? What should happen here? XXX */ if(!noprompt && EVP_read_pw_string(pass, 50, "Enter Export Password:", 1)) { BIO_printf (bio_err, "Can't read Password\n"); Loading Loading
apps/pkcs12.c +3 −1 Original line number Diff line number Diff line Loading @@ -371,6 +371,8 @@ if (export_cert) { if (canames) sk_free(canames); /* if (!pmatch) ...? What should happen here? XXX */ if(!noprompt && EVP_read_pw_string(pass, 50, "Enter Export Password:", 1)) { BIO_printf (bio_err, "Can't read Password\n"); Loading