Loading apps/app_rand.c +4 −2 Original line number Diff line number Diff line Loading @@ -180,7 +180,9 @@ long app_RAND_load_files(char *name) if (*n == '\0') break; egd=RAND_egd(n); if (egd > 0) tot+=egd; if (egd > 0) tot+=egd; else tot+=RAND_load_file(n,-1); if (last) break; } Loading Loading
apps/app_rand.c +4 −2 Original line number Diff line number Diff line Loading @@ -180,7 +180,9 @@ long app_RAND_load_files(char *name) if (*n == '\0') break; egd=RAND_egd(n); if (egd > 0) tot+=egd; if (egd > 0) tot+=egd; else tot+=RAND_load_file(n,-1); if (last) break; } Loading