Hi,
the NetWare CLIB platform has no strings.h header, and therefore
compilation breaks in crypto/o_str.c:

--- crypto/o_str.c.orig Sat Mar 29 15:22:50 2008
+++ crypto/o_str.c      Mon May 18 20:52:04 2009
@@ -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

thanks, Günter.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to