From: Bodo Möller Date: Mon, 2 Feb 2009 00:40:59 +0000 (+0000) Subject: For -hex, print just one \n X-Git-Tag: OpenSSL_0_9_8k~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ed534782ff764c0b2482b6426203d4d3236e9ae;p=oweals%2Fopenssl.git For -hex, print just one \n --- diff --git a/apps/rand.c b/apps/rand.c index 7214a9d2a8..2243015a75 100644 --- a/apps/rand.c +++ b/apps/rand.c @@ -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);