Commit ee86c3f5 authored by Bodo Möller's avatar Bodo Möller
Browse files

Marked probable bug, pointed out by Anonymous.

parent e1a228fb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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");