From: Bodo Möller Date: Sat, 4 Mar 2000 17:44:07 +0000 (+0000) Subject: Read complete seed files given in -rand options. X-Git-Tag: OpenSSL_0_9_5a-beta1~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf7fa82897a143a9c9b6cefb7c456cee03b0e543;p=oweals%2Fopenssl.git Read complete seed files given in -rand options. --- diff --git a/apps/app_rand.c b/apps/app_rand.c index 9dc32f99a2..1146f9f7f3 100644 --- a/apps/app_rand.c +++ b/apps/app_rand.c @@ -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)