Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>

Typo in PR#1949 bug, oops!
This commit is contained in:
Dr. Stephen Henson 2010-02-01 12:44:11 +00:00
parent d552a3391a
commit 4e5fdd11ea

View File

@ -452,7 +452,7 @@ int dtls1_accept(SSL *s)
s->init_num=0;
break;
case SSL3_ST_CW_FLUSH:
case SSL3_ST_SW_FLUSH:
s->rwstate=SSL_WRITING;
if (BIO_flush(s->wbio) <= 0)
{