diff options
| author | djm <> | 2010-10-01 22:54:21 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:54:21 +0000 |
| commit | 76262f7bf9262f965142b1b2b2105cb279c5c696 (patch) | |
| tree | bb3923b81f2ce34b1ad62684afdf1a94d904c185 /src/lib/libcrypto/o_str.c | |
| parent | 5bf424abe3e333358a0476841d2085fb5870dde9 (diff) | |
| parent | 829fd51d4f8dde4a7f3bf54754f3c1d1a502f5e2 (diff) | |
| download | openbsd-76262f7bf9262f965142b1b2b2105cb279c5c696.tar.gz openbsd-76262f7bf9262f965142b1b2b2105cb279c5c696.tar.bz2 openbsd-76262f7bf9262f965142b1b2b2105cb279c5c696.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 | ||
