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:48 +0000 (08:32 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Jul 2004 08:32:48 +0000 (08:32 +0000)
commitdc56eb507997848532be954a658e3a6136e908a3
tree1b76d1dd10884424daf8719edcc7eb399670ca50
parent637ff35ef6a545c1e6caf4c6675bf2e1ee33da99
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