oops
This commit is contained in:
parent
c7d5edbf5e
commit
f4f2b52995
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue