Commit 6ed53478 authored by Bodo Möller's avatar Bodo Möller
Browse files

For -hex, print just one \n

parent 1ee27238
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);