In message <[EMAIL PROTECTED]> on Thu, 8 Jul 2004 07:36:42 +0200, "philippe bougeret" <[EMAIL PROTECTED]> said:
philippe.bougeret> When I compile openssl-stable, under windows, it philippe.bougeret> doesn't find <strings.h> in "crypto/o_str.c"line 60. philippe.bougeret> philippe.bougeret> But it compile fine if I remove the "s" philippe.bougeret> <strings.h> -> <string.h> According to all manuals for strcasecmp() and strncasecmp() I can find (on Linux, Solaris and newer VMS versions), those functions are declared in strings.h. As far as I can see, this is consistent with the X/Open extended specification. In other words, it looks like M$ don't give a shit about standards, yet again... Oh well, it's not too hard to fix. You're fix works on Windows, fine. I'll make appropriate changes so string.h is included instead of strings.h when building under Windows. (I'd like to say a word or two to Bill or his C library developers, they're the reason for part of the greyness in my beard...) ----- Please consider sponsoring my work on free software. See http://www.free.lp.se/sponsoring.html for details. -- Richard Levitte \ Tunnlandsv�gen 52 \ [EMAIL PROTECTED] [EMAIL PROTECTED] \ S-168 36 BROMMA \ T: +46-708-26 53 44 \ SWEDEN \ Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ 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]
