From: Tim Rice <[EMAIL PROTECTED]>
Hi Tim,
I'm looking at your patch and have a few comments:
tim> > I've added -lresolv so it can find strcasecmp().
Cool, I'll fix that.
tim> > UnixWare 2.0x does not have strings.h so I changed apps.c and ca.c
tim> > .......
tim> > # ifdef NO_STRINGS_H
tim> > int strcasecmp();
tim> > # else
tim> > # include <strings.h>
tim> > # endif /* NO_STRINGS_H */
tim> > .......
I wonder, does UnixWare 2.0x have string.h (not strings.h)? And does
that one declare strcasecmp()? In that case, we have an easier fix
that should work everywhere (one less conditional is a good
conditional :-)).
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]