From 4acc2fed6cb35b0feab476bea25cad984f37c68c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 1 Feb 2010 12:44:21 +0000 Subject: [PATCH] PR: 2159 Submitted by: Robin Seggelmann Typo in PR#1949 bug, oops! --- ssl/d1_srvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c index e18d878c42..efff45bf5e 100644 --- a/ssl/d1_srvr.c +++ b/ssl/d1_srvr.c @@ -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) { -- 2.34.1