Including openssl/e_os.h in the OpenSSL 0.9.6 branch is legal, since
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:40:33 +0000 (17:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:40:33 +0000 (17:40 +0000)
it's exported.  Changing that is a BIG step, which has been done in
0.9.7-dev.

STATUS

diff --git a/STATUS b/STATUS
index 6431b64bec06fc3118452629e3b9851a06c37608..355b5b515aedc673edbc16eb04c9bcf73c3a44f3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2002/02/20 13:20:32 $
+  ______________                           $Date: 2002/02/20 17:40:33 $
 
   DEVELOPMENT STATE
 
 
     o  apps/ca.c: "Sign the certificate?" - "n" creates empty certificate file
 
-    o  OpenSSL_0_9_6-stable:
-       #include <openssl/e_os.h> in exported header files is illegal since
-       e_os.h is suitable only for library-internal use.
-
     o  Whenever strncpy is used, make sure the resulting string is NULL-terminated
        or an error is reported