projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d741cca
)
PR: 1945
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 1 Jun 2009 12:13:44 +0000
(12:13 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/crypto/o_str.c
b/crypto/o_str.c
index 59cc25094b5a7864f0a2f04f62f089cf00f782f6..56104a6c34ba9c1db5cd9ef7a0d904dcc75653b0 100644
(file)
--- 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