summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-23 22:20:21 +0000
committerBodo Möller <bodo@openssl.org>1999-04-23 22:20:21 +0000
commit92df96077ebff08564a71ffee0fdd2a4836da6eb (patch)
treeaaaa57b90230f3fce2e50490425b482f123baa90 /STATUS
parentec577822f95a8bca0023c5c77cef1a4916822d4a (diff)
Submitted by:
Reviewed by: PR:
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 1 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 804ef8ae31..f015f1113e 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 1999/04/21 17:44:32 $
+ ______________ $Date: 1999/04/23 22:20:21 $
DEVELOPMENT STATE
@@ -154,10 +154,6 @@
> go. I also noticed the even with -DNO_IDEA, _DNO_RC2, etc. the make
> still goes into those subdirectories and 'makes'.
- o The "exported" header files should not use #include "foo.h", but
- #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.