From b8d0226baeb7d192c015a0db36bb7d77f17b744c Mon Sep 17 00:00:00 2001 From: beck <> Date: Sun, 13 Apr 2014 19:50:56 +0000 Subject: Remove some stuff that isn't needed. ok miod@ deraadt@ --- src/lib/libcrypto/rand/randfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rand') diff --git a/src/lib/libcrypto/rand/randfile.c b/src/lib/libcrypto/rand/randfile.c index 7f1428072d..10d511b8e8 100644 --- a/src/lib/libcrypto/rand/randfile.c +++ b/src/lib/libcrypto/rand/randfile.c @@ -110,7 +110,7 @@ int RAND_load_file(const char *file, long bytes) /* If bytes >= 0, read up to 'bytes' 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 -- cgit v1.2.3-55-g6feb