Loading crypto/asn1/t_x509.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
crypto/asn1/t_x509.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading