Tempararily back out random change so that we don't actually read *every* file in system32.

This commit is contained in:
relyea%netscape.com 2002-04-05 09:18:57 +00:00
Родитель 904e0c4fd1
Коммит 154669fa43
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -508,7 +508,7 @@ void RNG_FileForRNG(const char *filename)
struct stat stat_buf;
unsigned char buffer[1024];
static DWORD totalFileBytes = 0;
/* static DWORD totalFileBytes = 0; */
/* windows doesn't initialize all the bytes in the stat buf,
* so initialize them all here to avoid UMRs.