aboutsummaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-20 14:07:07 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-20 14:07:07 +0000
commit58706d595b177c35aa6281e29b6f3907b2c511d3 (patch)
tree1d4daf847ac1b1c2641d55c12687f75e5eaa871b /STATUS
parent236be53269d7231edde44e194ae40f732d00c620 (diff)
downloadopenssl-58706d595b177c35aa6281e29b6f3907b2c511d3.zip
openssl-58706d595b177c35aa6281e29b6f3907b2c511d3.tar.gz
openssl-58706d595b177c35aa6281e29b6f3907b2c511d3.tar.bz2
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 998bdaf..9cb4627 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/02/20 13:19:59 $
+ ______________ $Date: 2002/02/20 14:07:07 $
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