summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_x509.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-08-03 10:19:02 +0000
committerBen Laurie <ben@openssl.org>1999-08-03 10:19:02 +0000
commitab8f6b415f05684ac982d2f013e36f1a5e235596 (patch)
tree4bd48ba1a5ba46cd874c3095b849756b160e0d1e /crypto/asn1/t_x509.c
parent97e84e38dfee17d5826f5e21687f1e49252e04b3 (diff)
More diagnostics.
Diffstat (limited to 'crypto/asn1/t_x509.c')
-rw-r--r--crypto/asn1/t_x509.c1
1 files changed, 1 insertions, 0 deletions
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