From d58d092bc9f0a541ce5f0b265ee819f7ab086560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 10 Jun 1999 16:29:32 +0000 Subject: Avoid warnings. --- ssl/s3_pkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/s3_pkt.c') diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index 016af31cb4..4a195095d9 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c @@ -1016,7 +1016,7 @@ int ssl3_dispatch_alert(SSL *s) * does not get sent due to non-blocking IO, we will * not worry too much. */ if (s->s3->send_alert[0] == SSL3_AL_FATAL) - BIO_flush(s->wbio); + (void)BIO_flush(s->wbio); if (s->info_callback != NULL) cb=s->info_callback; -- cgit v1.2.3