On Tue, Oct 16, 2001 at 02:30:03PM +0100, Adam Back wrote:
> On Sun, Oct 14, 2001 at 06:19:30PM +0200, Lutz Jaenicke wrote:
> > [...]
> >
> > * If you have any patch to submit that will improve the behaviour of
> > s_client you are most welcome to post it to this list :-)
>
> OK, here you go, someone please apply this:
>
> diff -Naur apps/s_client.c apps/s_client.c
> --- apps/s_client.c Tue Oct 16 09:22:49 2001
> +++ apps/s_client.c Tue Oct 16 09:22:01 2001
> @@ -881,5 +881,7 @@
> BIO_printf(bio,"---\n");
> if (peer != NULL)
> X509_free(peer);
> +/* do this or debugging output gets mixed with http response */
> + BIO_flush(bio);
> }
Applied. Thanks,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]