提交 9d2e51c1 编写于 作者: D Dr. Stephen Henson

Another empty X509_NAME fix.

上级 1e325f61
...@@ -440,6 +440,8 @@ int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) ...@@ -440,6 +440,8 @@ int X509_NAME_print(BIO *bp, X509_NAME *name, int obase)
ll=80-2-obase; ll=80-2-obase;
s=X509_NAME_oneline(name,buf,256); s=X509_NAME_oneline(name,buf,256);
if (!*s)
return 1;
s++; /* skip the first slash */ s++; /* skip the first slash */
l=ll; l=ll;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册