X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fapp_rand.c;h=6384dd0be5c7267a84a57064abddc200f8c51ca9;hp=9e29e54954d7ef9654c2200cb54de6ca22565e08;hb=05ccd698b986131a217f85281977e767673b27d1;hpb=a0ad17bb6cccef6eb7ff0b25403ec2bbc0bd122e diff --git a/apps/app_rand.c b/apps/app_rand.c index 9e29e54954..6384dd0be5 100644 --- a/apps/app_rand.c +++ b/apps/app_rand.c @@ -130,7 +130,7 @@ int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) if (file == NULL) file = RAND_file_name(buffer, sizeof buffer); - if (file == NULL || !RAND_load_file(file, 1024L*1024L)) + if (file == NULL || !RAND_load_file(file, -1)) { if (!dont_warn) {