X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fs_client.c;h=9cfe2b15804b842fce48e21fd1503a984850a449;hb=1532a839fc3bfd6240d56997ec0df13cbaa5b868;hp=aa19e0a22353587d047909d6e45384f3e30819e8;hpb=5b6051067a7aabeb21ff4f1c3b6438966824be95;p=oweals%2Fopenssl.git diff --git a/apps/s_client.c b/apps/s_client.c index aa19e0a223..9cfe2b1580 100644 --- a/apps/s_client.c +++ b/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); }