s/snprintf/BIO_snprintf/g

2006-03-12 Thread Gisle Vanem
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. --gv ---

Re: s/snprintf/BIO_snprintf/g

2006-03-12 Thread Roumen Petrov
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

Re: s/snprintf/BIO_snprintf/g

2006-03-12 Thread Nils Larsch
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