commit | 92df96077ebff08564a71ffee0fdd2a4836da6eb | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Fri Apr 23 22:20:21 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Fri Apr 23 22:20:21 1999 +0000 |
tree | aaaa57b90230f3fce2e50490425b482f123baa90 | |
parent | ec577822f95a8bca0023c5c77cef1a4916822d4a [diff] [blame] |
Submitted by: Reviewed by: PR:
diff --git a/CHANGES b/CHANGES index a1b3978..6cfb328 100644 --- a/CHANGES +++ b/CHANGES
@@ -5,6 +5,9 @@ Changes between 0.9.2b and 0.9.3 + *) Change #include filenames from <foo.h> to <openssl.h>. + [Bodo Moeller] + *) Change behaviour of ssl2_read when facing length-0 packets: Don't return 0 (which usually indicates a closed connection), but continue reading. [Bodo Moeller]