summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-08 20:29:19 +0000
committerBodo Möller <bodo@openssl.org>1999-04-08 20:29:19 +0000
commit3f90e6793f03692ca3d343bea1c467945c5c323d (patch)
tree389ac6a1f12bdc40b55d1349d1fdb9eab6580302 /STATUS
parent44a25707fd19e5c584946efd0457110062f841a7 (diff)
New "open issue" (ERR_...).
Submitted by: Reviewed by: PR:
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 5 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 54e00cc5f1..1f5f86f0fd 100644
--- a/STATUS
+++ b/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: