aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_str.h
Commit message (Collapse)AuthorAgeFilesLines
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+1
| | | | | PR: 1196 Submitted by: Russel Ruby
* o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte2004-07-081-1/+1
| | | | | | | | | _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>
* Typos.Dr. Stephen Henson2003-09-091-1/+1
|
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-0/+67
platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).