Include string.h so mem* functions get properly declared.
[openssl.git] / apps / app_rand.c
index 9d6d5fbf6f84ef7d4a15ea32d679b10e79dddf72..b7b6128c1eb901a383f5e0bfb07c32ba52d130ed 100644 (file)
@@ -124,7 +124,7 @@ int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
        int consider_randfile = (file == NULL);
        char buffer[200];
        
-#ifdef WINDOWS
+#ifdef OPENSSL_SYS_WINDOWS
        BIO_printf(bio_e,"Loading 'screen' into random state -");
        BIO_flush(bio_e);
        RAND_screen();