summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-01 12:13:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-01 12:13:44 +0000
commit0176842592bb5390b3cb8171f33ec7a68aa88e74 (patch)
treef4242a56fe6c16da9f6d5081173a782096bebc0f /crypto/o_str.c
parentd741ccadb54a6d2c8baa9c6af8ec64982bed255b (diff)
PR: 1945
Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org Netware compilation fix for nonexistent header.
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