New "open issue" (ERR_...).

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller 1999-04-08 20:29:19 +00:00
parent 44a25707fd
commit 3f90e6793f

6
STATUS
View File

@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
______________ $Date: 1999/04/08 17:10:25 $
______________ $Date: 1999/04/08 20:29:19 $
DEVELOPMENT STATE
@ -147,6 +147,10 @@
#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.
WISHES
o Damien Miller: