projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed5347
)
oops
author
Bodo Möller
<bodo@openssl.org>
Mon, 2 Feb 2009 00:51:49 +0000
(
00:51
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 2 Feb 2009 00:51:49 +0000
(
00:51
+0000)
apps/rand.c
patch
|
blob
|
history
diff --git
a/apps/rand.c
b/apps/rand.c
index 2243015a75e2a7ff97df0abb4d9e93df30967d3e..44a1d46a03cdcdb48116fcfefa2c06300a8cee05 100644
(file)
--- 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;
}