Commit ab8f6b41 authored by Ben Laurie's avatar Ben Laurie
Browse files

More diagnostics.

parent 97e84e38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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