PR: 1945
authorDr. Stephen Henson <steve@openssl.org>
Mon, 1 Jun 2009 12:13:44 +0000 (12:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 1 Jun 2009 12:13:44 +0000 (12:13 +0000)
Submitted by: Guenter <lists@gknw.net>
Approved by: steve@openssl.org

Netware compilation fix for nonexistent header.

crypto/o_str.c

index 59cc25094b5a7864f0a2f04f62f089cf00f782f6..56104a6c34ba9c1db5cd9ef7a0d904dcc75653b0 100644 (file)
@@ -60,7 +60,9 @@
 #include <e_os.h>
 #include "o_str.h"
 
 #include <e_os.h>
 #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 <strings.h>
 #endif
 
 # include <strings.h>
 #endif