aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
Commit message (Expand)AuthorAgeFilesLines
* Improve WINCE support.Andy Polyakov2013-01-191-1/+1
* PR: 1945Dr. Stephen Henson2009-06-011-1/+3
* <strings.h> does not exist under WIN32.Dr. Stephen Henson2008-01-141-1/+1
* Missing headers.Ben Laurie2008-01-121-0/+4
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+9
* Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov2005-01-131-9/+5
* Borrow #include <string[s].h> from e_os.h.Andy Polyakov2004-12-311-6/+1
* o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte2004-07-081-2/+6
* Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.Richard Levitte2004-05-131-0/+3
* Typo...Richard Levitte2004-03-241-1/+1
* Make sure toupper() is properly declared.Richard Levitte2004-03-241-0/+1
* Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte2003-12-271-1/+2
* Typos.Dr. Stephen Henson2003-09-091-1/+2
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-0/+95