From 3f90e6793f03692ca3d343bea1c467945c5c323d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 8 Apr 1999 20:29:19 +0000 Subject: [PATCH] New "open issue" (ERR_...). Submitted by: Reviewed by: PR: --- STATUS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 54e00cc5f..1f5f86f0f 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 or even better #include or #include 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: