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
--
Tim Rice Multitalents (707) 887-1469
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]