summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssl/d1_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c
index eead971d25..1fd3d1c5a5 100644
--- a/ssl/d1_srvr.c
+++ b/ssl/d1_srvr.c
@@ -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)
{