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.
Was fixed last year! Did I wait with reply on purpose to just say that? I'll never admit:-) Happy New Year to everybody! A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]
