Gisle Vanem wrote:
As the comment in b_print.c says;
"As snprintf is not available everywhere, we provide our own
implementation...."
So we should use BIO_snprintf() in apps/s_client.c and ssl/ssltest.c.
The other patch to ssltest.c fixes the missing newline problem under DOS
and Windows. Patch attached.
I'm not sure that BIO_new_fp(...) should change stream mode (text or binary).
Why stdout and stderr streams aren't in text mode under DOS and Windows?
I guess that dos(windows) open steams in translated(text) mode by default.
> [SNIP]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]