From: Dr. Stephen Henson Date: Wed, 27 Jan 2010 14:04:51 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_8m~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ded27f709c20f245f1e8a03bfade504bc34afa26;p=oweals%2Fopenssl.git typo --- diff --git a/CHANGES b/CHANGES index c805330b37..967ee9b2fa 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,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