More diagnostics.

This commit is contained in:
Ben Laurie 1999-08-03 10:19:02 +00:00
parent 97e84e38df
commit ab8f6b415f

View File

@ -158,6 +158,7 @@ int X509_print(BIO *bp, X509 *x)
if (pkey == NULL)
{
BIO_printf(bp,"%12sUnable to load Public Key\n","");
ERR_print_errors(bp);
}
else
#ifndef NO_RSA