Commit f4f2b529 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

oops

parent c7d5edbf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -499,8 +499,6 @@ int ssl3_accept(SSL *s)
			num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
			if (num1 == 0)
				num1=BIO_ctrl(s->wbio,BIO_CTRL_WPENDING,0,NULL);
			if (num1 == 0)
				num1=BIO_ctrl(s->wbio,BIO_CTRL_PENDING,0,NULL);
			if (num1 > 0)
				{
				s->rwstate=SSL_WRITING;