提交 92df9607 编写于 作者: B Bodo Möller

Submitted by:
Reviewed by:
PR:
上级 ec577822
......@@ -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]
......
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 <foo.h> or even better #include <ssl/foo.h> or
#include <openssl/foo.h> 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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册