For -hex, print just one \n
This commit is contained in:
parent
1ee27238f7
commit
6ed534782f
@ -233,6 +233,8 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
num -= chunk;
|
num -= chunk;
|
||||||
}
|
}
|
||||||
|
if (hex)
|
||||||
|
BIO_puts(out, "\n");
|
||||||
(void)BIO_flush(out);
|
(void)BIO_flush(out);
|
||||||
|
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user