summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-26 15:03:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-26 15:03:35 +0000
commitce92bb54d1865fec51e8be173e8d12405a251a99 (patch)
tree2b035d0458b8a3e11a9cc53aac5ba3bf067e7f7c /ssl
parentf3be6c7b7d2081101c21c7a9b7ec39f4e86271e5 (diff)
Update from 0.9.8-stable.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 01a84e6f76..6c1751a905 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -472,7 +472,7 @@ int ssl3_accept(SSL *s)
case SSL3_ST_SW_FLUSH:
/* number of bytes to be flushed */
- num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
+ num1=BIO_ctrl(s->wbio,BIO_CTRL_WPENDING,0,NULL);
if (num1 > 0)
{
s->rwstate=SSL_WRITING;