Adapt the libssl test harness testing scripts to new testing framework
[openssl.git] / crypto / rand / randfile.c
index b234be0df5c73f288c1139adb4f4477694edd959..e15464651c3ff2219e4a4cb315fd5a45e5e8c2e0 100644 (file)
@@ -118,7 +118,7 @@ int RAND_load_file(const char *file, long bytes)
      * if bytes == -1, read complete file.
      */
 
-    MS_STATIC unsigned char buf[BUFSIZE];
+    unsigned char buf[BUFSIZE];
 #ifndef OPENSSL_NO_POSIX_IO
     struct stat sb;
 #endif