Another empty X509_NAME fix.

This commit is contained in:
Dr. Stephen Henson 2001-06-26 12:39:22 +00:00
parent 1e325f6149
commit 9d2e51c199

View File

@ -440,6 +440,8 @@ int X509_NAME_print(BIO *bp, X509_NAME *name, int obase)
ll=80-2-obase;
s=X509_NAME_oneline(name,buf,256);
if (!*s)
return 1;
s++; /* skip the first slash */
l=ll;