Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-20 20:40:33 +0300
committerRichard Levitte <levitte@openssl.org>2002-02-20 20:40:33 +0300
commit4e06ab75e8f3452cdb67f7fa9a8462868aa8dac2 (patch)
tree1aaa0989b88c6dd7c8ceb4ddd37290224287a78c /STATUS
parent26147fb954ce61492cdd0e30723259f0771a53d0 (diff)
Including openssl/e_os.h in the OpenSSL 0.9.6 branch is legal, since
it's exported. Changing that is a BIG step, which has been done in 0.9.7-dev.
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 1 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 6431b64bec..355b5b515a 100644
--- 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
@@ -68,10 +68,6 @@
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