On Thu, 30 Dec 2004, Andy Polyakov wrote:

0.9.7 Dec 28 2004 CVS

UnixWare 2.03 has no strings.h
.....
making all in crypto...
cc -I. -I.. -I../include -DOPENSSL_THREADS -Kthread -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_MD2 -DFILIO_H -DNO_STRINGS_H -c o_str.c
UX:acomp: ERROR: "o_str.c", line 64: cannot find include file: <strings.h>
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
.....


The #include <strings.h> in crypto/o_str.c needs to be wrapped in
a #ifndef NO_STRINGS_H similar to what is done in e_os.h

Wouldn't it be more appropriate to just include e_os.h instead. A.

It looks like (and tests OK on multiple platforms) you could strip the include stuff down to #include <ctype.h> #include "e_os.h" #include "o_str.h"


-- Tim Rice Multitalents (707) 887-1469 [EMAIL PROTECTED]


______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]

Reply via email to