From: Dr. Stephen Henson Date: Wed, 17 Jun 2009 11:32:59 +0000 (+0000) Subject: PR: 1956 X-Git-Tag: OpenSSL-fips-2_0-rc1~1634 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eddee6167183debe075cf6acd24fdcb5bf8616a3;p=oweals%2Fopenssl.git PR: 1956 Submitted by: Guenter Approved by: steve@openssl.org Netware doesn't have strings.h --- diff --git a/apps/apps.c b/apps/apps.c index b992a04ba6..47413f5827 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -118,7 +118,7 @@ #include #include #include -#ifndef OPENSSL_SYSNAME_WIN32 +#if !defined(OPENSSL_SYSNAME_WIN32) && !defined(NETWARE_CLIB) #include #endif #include