From: Dr. Stephen Henson Date: Mon, 1 Feb 2010 12:43:45 +0000 (+0000) Subject: PR: 2159 X-Git-Tag: OpenSSL-fips-2_0-rc1~1289 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b380f9b88428d78e687e1f5100a56b229f2af854;p=oweals%2Fopenssl.git 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 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) {