Removed superfluous reference to ERRC.
[oweals/openssl.git] / STATUS
diff --git a/STATUS b/STATUS
index b1a8a2ec1f6cc10539930b13f357d35b9c416a25..f015f1113e3c640685e1cff6a3073ddb3bf787c7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 1999/04/21 17:30:41 $
+  ______________                           $Date: 1999/04/23 22:20:21 $
 
   DEVELOPMENT STATE
 
@@ -40,6 +40,7 @@
         PKCS#12 code cleanup and enhancement.
        PKCS #8 and PKCS#5 v2.0 support.
        Private key, certificate and CRL API and implementation.
+       Redo error code and DEF file generation scripts.
 
     o Mark is currently working on:
         Folding in any changes that are in the C2Net code base that were
       > 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.