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:
8da1de4
)
Update from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 14 Jan 2008 18:44:59 +0000
(18:44 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 14 Jan 2008 18:44:59 +0000
(18:44 +0000)
crypto/o_str.c
patch
|
blob
|
history
diff --git
a/crypto/o_str.c
b/crypto/o_str.c
index 2db099333a7fd0781463f44b0023db619d0ffee0..59cc25094b5a7864f0a2f04f62f089cf00f782f6 100644
(file)
--- a/
crypto/o_str.c
+++ b/
crypto/o_str.c
@@
-60,6
+60,10
@@
#include <e_os.h>
#include "o_str.h"
+#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
+# include <strings.h>
+#endif
+
int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
{
#if defined(OPENSSL_IMPLEMENTS_strncasecmp)