Fix more unused value warnings.

This commit is contained in:
Dr. Stephen Henson
2007-07-04 13:09:27 +00:00
parent 4570d29404
commit 761f3b403b
5 changed files with 11 additions and 11 deletions

View File

@@ -1142,7 +1142,7 @@ dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off,
SSL3_RT_CHANGE_CIPHER_SPEC : SSL3_RT_HANDSHAKE);
s->d1->retransmitting = 0;
BIO_flush(SSL_get_wbio(s));
(void)BIO_flush(SSL_get_wbio(s));
return ret;
}