export OPENSSL_isservice and make update

This commit is contained in:
Dr. Stephen Henson
2010-01-26 13:55:33 +00:00
parent d8f07f1674
commit c7d5edbf5e
4 changed files with 6 additions and 2 deletions

View File

@@ -499,6 +499,8 @@ 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;