Check requested security strength in DRBG. Add function to retrieve the
[openssl.git] / crypto / o_str.c
index 2db099333a7fd0781463f44b0023db619d0ffee0..56104a6c34ba9c1db5cd9ef7a0d904dcc75653b0 100644 (file)
 #include <e_os.h>
 #include "o_str.h"
 
+#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \
+    !defined(OPENSSL_SYSNAME_WIN32) && \
+    !defined(NETWARE_CLIB)
+# include <strings.h>
+#endif
+
 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
        {
 #if defined(OPENSSL_IMPLEMENTS_strncasecmp)