From: Dr. Stephen Henson Date: Mon, 1 Feb 2010 12:44:21 +0000 (+0000) Subject: PR: 2159 X-Git-Tag: OpenSSL_0_9_8m~24 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=4acc2fed6cb35b0feab476bea25cad984f37c68c PR: 2159 Submitted by: Robin Seggelmann Typo in PR#1949 bug, oops! --- 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) {