From 1f8c2aa1763b5d8a328b2fd4053396e94ea48d35 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 27 Jan 2002 03:13:07 +0000 Subject: Initial import of OpenSSL 0.9.6c --- crypto/openssl/apps/s_client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/openssl/apps/s_client.c') diff --git a/crypto/openssl/apps/s_client.c b/crypto/openssl/apps/s_client.c index aa19e0a..9cfe2b1 100644 --- a/crypto/openssl/apps/s_client.c +++ b/crypto/openssl/apps/s_client.c @@ -896,5 +896,7 @@ static void print_stuff(BIO *bio, SSL *s, int full) BIO_printf(bio,"---\n"); if (peer != NULL) X509_free(peer); + /* flush, or debugging output gets mixed with http response */ + BIO_flush(bio); } -- cgit v1.1