Read complete seed files given in -rand options.
This commit is contained in:
parent
e45b3305b7
commit
cf7fa82897
@ -178,7 +178,7 @@ long app_RAND_load_files(char *name)
|
||||
|
||||
egd=RAND_egd(n);
|
||||
if (egd > 0) tot+=egd;
|
||||
tot+=RAND_load_file(n,1024L*1024L);
|
||||
tot+=RAND_load_file(n,-1);
|
||||
if (last) break;
|
||||
}
|
||||
if (tot > 512)
|
||||
|
Loading…
x
Reference in New Issue
Block a user