From ab8f6b415f05684ac982d2f013e36f1a5e235596 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 3 Aug 1999 10:19:02 +0000 Subject: [PATCH] More diagnostics. --- crypto/asn1/t_x509.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/asn1/t_x509.c b/crypto/asn1/t_x509.c index 6f26427c3e..42f4d498cf 100644 --- a/crypto/asn1/t_x509.c +++ b/crypto/asn1/t_x509.c @@ -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 -- 2.25.1