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:21 +00:00
parent 0369804ffa
commit 4acc2fed6c

View file

@ -440,7 +440,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)
{