From 52108cecc0609ae343f7779532f145f81c314272 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 14 Jan 2008 18:10:55 +0000 Subject: does not exist under WIN32. --- crypto/o_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/o_str.c') diff --git a/crypto/o_str.c b/crypto/o_str.c index 2b4d0dcd5e..59cc25094b 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,7 +60,7 @@ #include #include "o_str.h" -#ifndef OPENSSL_IMPLEMENTS_strncasecmp +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) # include #endif -- cgit v1.2.3