mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
New "open issue" (ERR_...).
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
44a25707fd
commit
3f90e6793f
6
STATUS
6
STATUS
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user