提交 10f92aac 编写于 作者: D Dr. Stephen Henson

Don't return an error with crl -noout.

PR:917
Sumbmitted by: Michael Konietzka <konietzka@schlund.de>
上级 68d9e764
...@@ -355,7 +355,11 @@ bad: ...@@ -355,7 +355,11 @@ bad:
if (text) X509_CRL_print(out, x); if (text) X509_CRL_print(out, x);
if (noout) goto end; if (noout)
{
ret = 0;
goto end;
}
if (outformat == FORMAT_ASN1) if (outformat == FORMAT_ASN1)
i=(int)i2d_X509_CRL_bio(out,x); i=(int)i2d_X509_CRL_bio(out,x);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册