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
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 1999/04/08 17:10:25 $
|
______________ $Date: 1999/04/08 20:29:19 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
@ -147,6 +147,10 @@
|
|||||||
#include <foo.h> or even better #include <ssl/foo.h> or
|
#include <foo.h> or even better #include <ssl/foo.h> or
|
||||||
#include <openssl/foo.h> in order to avoid filename clashes.
|
#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
|
WISHES
|
||||||
|
|
||||||
o Damien Miller:
|
o Damien Miller:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user