If verify fails, say why.
This commit is contained in:
parent
a7b42009c4
commit
3210b4fd14
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user