mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Marked probable bug, pointed out by Anonymous.
This commit is contained in:
parent
e1a228fbce
commit
ee86c3f53d
@ -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…
Reference in New Issue
Block a user