Another empty X509_NAME fix.

This commit is contained in:
Dr. Stephen Henson 2001-06-26 12:38:33 +00:00
parent e319a89f84
commit 1498ad74bb

View file

@ -349,6 +349,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;