From 7eb90ccefb4f3c2d56079148982d6e14293163e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 2 Feb 2009 00:51:49 +0000 Subject: [PATCH] oops --- apps/rand.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/rand.c b/apps/rand.c index 2243015a75..44a1d46a03 100644 --- a/apps/rand.c +++ b/apps/rand.c @@ -229,7 +229,6 @@ int MAIN(int argc, char **argv) { for (i = 0; i < chunk; i++) BIO_printf(out, "%02x", buf[i]); - BIO_puts(out, "\n"); } num -= chunk; } -- 2.25.1