summaryrefslogtreecommitdiffstats
path: root/apps/app_rand.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-01 07:57:25 +0000
committerBodo Möller <bodo@openssl.org>2000-03-01 07:57:25 +0000
commit55f7d65db088b7ba78dbf54daee771b130157d6b (patch)
tree1df037ea610a233206d29bc1a4eab0b708c6a562 /apps/app_rand.c
parentf1a617edc90b0c0cb2403739159f53d977f78ca2 (diff)
Document the 'rand' application.
Diffstat (limited to 'apps/app_rand.c')
-rw-r--r--apps/app_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_rand.c b/apps/app_rand.c
index 26289e4349..64531df812 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -176,7 +176,7 @@ long app_RAND_load_files(char *name)
name=p+1;
if (*n == '\0') break;
- egd=RAND_egd(n);
+ egd=RAND_egd(n);
if (egd > 0) tot+=egd;
tot+=RAND_load_file(n,1024L*1024L);
if (last) break;