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.
This commit is contained in:
parent
74e6916996
commit
fae0ff419a
1 changed files with 1 additions and 5 deletions
6
STATUS
6
STATUS
|
@ -1,6 +1,6 @@
|
|||
|
||||
OpenSSL STATUS Last modified at
|
||||
______________ $Date: 2001/12/21 03:23:20 $
|
||||
______________ $Date: 2002/02/20 17:39:25 $
|
||||
|
||||
DEVELOPMENT STATE
|
||||
|
||||
|
@ -48,10 +48,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue