For -hex, print just one \n

This commit is contained in:
Bodo Möller 2009-02-02 00:40:59 +00:00
parent 1ee27238f7
commit 6ed534782f

View File

@ -233,6 +233,8 @@ int MAIN(int argc, char **argv)
}
num -= chunk;
}
if (hex)
BIO_puts(out, "\n");
(void)BIO_flush(out);
app_RAND_write_file(NULL, bio_err);