From: Bodo Möller Date: Fri, 23 Apr 1999 22:20:21 +0000 (+0000) Subject: Submitted by: X-Git-Tag: OpenSSL_0_9_3beta1~269 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=92df96077ebff08564a71ffee0fdd2a4836da6eb Submitted by: Reviewed by: PR: --- diff --git a/CHANGES b/CHANGES index a1b397867e..6cfb3288b0 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes between 0.9.2b and 0.9.3 + *) Change #include filenames from to . + [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] diff --git a/STATUS b/STATUS index 804ef8ae31..f015f1113e 100644 --- a/STATUS +++ b/STATUS @@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 1999/04/21 17:44:32 $ + ______________ $Date: 1999/04/23 22:20:21 $ DEVELOPMENT STATE @@ -154,10 +154,6 @@ > go. I also noticed the even with -DNO_IDEA, _DNO_RC2, etc. the make > still goes into those subdirectories and 'makes'. - o The "exported" header files should not use #include "foo.h", but - #include or even better #include or - #include in order to avoid filename clashes. - o ERR_error_string(..., buf) does not know how large buf is, there should be ERR_error_string_n(..., buf, bufsize) or similar.