This commit is contained in:
Bodo Möller
2009-02-02 00:51:49 +00:00
parent 6ed534782f
commit 7eb90ccefb

View File

@@ -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;
}