Attached is a patch against the OpenSSL_0_9_7-stable branch (Feb 17)
that fixes the build on UnixWare 2.x
Files changed: Configure, apps/apps.c, and apps/ca.c
I've added -lresolv so it can find strcasecmp().
UnixWare 2.0x does not have strings.h so I changed apps.c and ca.c
......
# ifdef NO_STRINGS_H
int strcasecmp();
# else
# include <strings.h>
# endif /* NO_STRINGS_H */
......
--
Tim Rice Multitalents
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]