Fix from HEAD.

This commit is contained in:
Dr. Stephen Henson 2008-03-29 13:22:49 +00:00
parent 9f70d09275
commit fd6fa9c0b2

View File

@ -60,6 +60,10 @@
#include <e_os.h>
#include "o_str.h"
#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
# include <strings.h>
#endif
int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
{
#if defined(OPENSSL_IMPLEMENTS_strncasecmp)