Check requested security strength in DRBG. Add function to retrieve the
[openssl.git] / crypto / o_str.c
index 2b4d0dcd5e37bb0e1c7fc2ace40d09e2f682e20d..56104a6c34ba9c1db5cd9ef7a0d904dcc75653b0 100644 (file)
@@ -60,7 +60,9 @@
 #include <e_os.h>
 #include "o_str.h"
 
-#ifndef OPENSSL_IMPLEMENTS_strncasecmp
+#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \
+    !defined(OPENSSL_SYSNAME_WIN32) && \
+    !defined(NETWARE_CLIB)
 # include <strings.h>
 #endif