提交 d615bceb 编写于 作者: B Bodo Möller

For -hex, print just one \n

上级 7ca1cfba
......@@ -229,10 +229,11 @@ int MAIN(int argc, char **argv)
{
for (i = 0; i < chunk; i++)
BIO_printf(out, "%02x", buf[i]);
BIO_puts(out, "\n");
}
num -= chunk;
}
if (hex)
BIO_puts(out, "\n");
(void)BIO_flush(out);
app_RAND_write_file(NULL, bio_err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册