o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Jul 2004 08:32:51 +0000 (08:32 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Jul 2004 08:32:51 +0000 (08:32 +0000)
commit5358bc44f41baed9b490dea03b3287c9fa3d86e8
treef48004c285829cf3eba4e5c2a2128738dcf5ccc0
parenta7f14cb4c612983806313b30ae84c1276a26d6aa
o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and
_stricmp() on that platform, use the appropriate header file for it,
<string.h>.
o_str.h: we only want to get size_t, which is defined in <stddef.h>.

Philippe Bougeret <philippe.bougeret@freesbee.fr> notified us about Windows
not having a <strings.h>
crypto/o_str.c
crypto/o_str.h