提交 f9b2e530 编写于 作者: R Ralf S. Engelschall

Fix GCC warning...

t_req.c: In function `X509_REQ_print':
t_req.c:181: warning: suggest explicit braces to avoid ambiguous `else'
上级 79a474e8
......@@ -167,7 +167,7 @@ X509_REQ *x;
sprintf(str,"%12s","");
if (BIO_puts(bp,str) <= 0) goto err;
if ((j=i2a_ASN1_OBJECT(bp,a->object)) > 0)
{
if (a->set)
{
ii=0;
......@@ -183,6 +183,7 @@ get_next:
type=t->type;
bs=t->value.bit_string;
}
}
for (j=25-j; j>0; j--)
if (BIO_write(bp," ",1) != 1) goto err;
if (BIO_puts(bp,":") <= 0) goto err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册