diff options
author | djm <> | 2010-10-01 22:54:21 +0000 |
---|---|---|
committer | djm <> | 2010-10-01 22:54:21 +0000 |
commit | 2ea67f4aa254b09ded62e6e14fc893bbe6381579 (patch) | |
tree | bb3923b81f2ce34b1ad62684afdf1a94d904c185 /src/lib/libcrypto/o_str.c | |
parent | 6ddfb710ab14b10183ff3a6a32f643554c80065e (diff) | |
parent | 829fd51d4f8dde4a7f3bf54754f3c1d1a502f5e2 (diff) | |
download | openbsd-2ea67f4aa254b09ded62e6e14fc893bbe6381579.tar.gz openbsd-2ea67f4aa254b09ded62e6e14fc893bbe6381579.tar.bz2 openbsd-2ea67f4aa254b09ded62e6e14fc893bbe6381579.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/o_str.c')
-rw-r--r-- | src/lib/libcrypto/o_str.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_str.c b/src/lib/libcrypto/o_str.c index 59cc25094b..56104a6c34 100644 --- a/src/lib/libcrypto/o_str.c +++ b/src/lib/libcrypto/o_str.c | |||
@@ -60,7 +60,9 @@ | |||
60 | #include <e_os.h> | 60 | #include <e_os.h> |
61 | #include "o_str.h" | 61 | #include "o_str.h" |
62 | 62 | ||
63 | #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) | 63 | #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ |
64 | !defined(OPENSSL_SYSNAME_WIN32) && \ | ||
65 | !defined(NETWARE_CLIB) | ||
64 | # include <strings.h> | 66 | # include <strings.h> |
65 | #endif | 67 | #endif |
66 | 68 | ||