If verify fails, say why.

This commit is contained in:
Ben Laurie 2001-11-02 13:29:14 +00:00
parent a7b42009c4
commit 3210b4fd14

View File

@ -916,6 +916,7 @@ loop:
else if (i == 0)
{
BIO_printf(bio_err,"verify failure\n");
ERR_print_errors(bio_err);
}
else /* if (i > 0) */
BIO_printf(bio_err,"verify OK\n");