From: Dr. Stephen Henson Date: Mon, 1 Jun 2009 12:13:44 +0000 (+0000) Subject: PR: 1945 X-Git-Tag: OpenSSL-fips-2_0-rc1~1646 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0176842592bb5390b3cb8171f33ec7a68aa88e74;p=oweals%2Fopenssl.git PR: 1945 Submitted by: Guenter Approved by: steve@openssl.org Netware compilation fix for nonexistent header. --- diff --git a/crypto/o_str.c b/crypto/o_str.c index 59cc25094b..56104a6c34 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,7 +60,9 @@ #include #include "o_str.h" -#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ + !defined(OPENSSL_SYSNAME_WIN32) && \ + !defined(NETWARE_CLIB) # include #endif