summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-02-02 00:51:49 +0000
committerBodo Möller <bodo@openssl.org>2009-02-02 00:51:49 +0000
commit7eb90ccefb4f3c2d56079148982d6e14293163e1 (patch)
tree9c240b61f1e9cb1b65457e5bb12a9a6f3707ae2f /apps
parent6ed534782ff764c0b2482b6426203d4d3236e9ae (diff)
oops
Diffstat (limited to 'apps')
-rw-r--r--apps/rand.c1
1 files changed, 0 insertions, 1 deletions
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;
}