summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-01 12:14:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-01 12:14:15 +0000
commit524e5b844bc6b114206597013724cea643e14d0d (patch)
tree854b2795b020d979993915ddff296cd39fc3dff2 /crypto/o_str.c
parente1f09dfd84ba456e221715d8035b4b14afd419be (diff)
Update from HEAD.
Diffstat (limited to 'crypto/o_str.c')
-rw-r--r--crypto/o_str.c4
1 files changed, 3 insertions, 1 deletions
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 <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