mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-19 04:49:43 +00:00
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;
|
||||
}
|
||||
if (hex)
|
||||
BIO_puts(out, "\n");
|
||||
(void)BIO_flush(out);
|
||||
|
||||
app_RAND_write_file(NULL, bio_err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user