From: Dr. Stephen Henson Date: Wed, 27 Jan 2010 14:05:15 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_1_0_0~76 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=57cffe901f258e1f38886a611dc20da442374fa8;p=openssl.git typo --- diff --git a/CHANGES b/CHANGES index d87c187697..42c3b9e01a 100644 --- a/CHANGES +++ b/CHANGES @@ -840,7 +840,7 @@ Changes between 0.9.8l (?) and 0.9.8m (?) [xx XXX xxxx] - *) The code that handled flusing of data in SSL/TLS originally used the + *) The code that handled flushing of data in SSL/TLS originally used the BIO_CTRL_INFO ctrl to see if any data was pending first. This caused the problem outlined in PR#1949. The fix suggested there however can trigger problems with buggy BIO_CTRL_WPENDING (e.g. some versions