diff options
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r-- | src/lib/libssl/src/apps/rand.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c index 96d2b4e26c..fa8a65a267 100644 --- a/src/lib/libssl/src/apps/rand.c +++ b/src/lib/libssl/src/apps/rand.c | |||
@@ -162,11 +162,6 @@ rand_main(int argc, char **argv) | |||
162 | setup_engine(bio_err, engine, 0); | 162 | setup_engine(bio_err, engine, 0); |
163 | #endif | 163 | #endif |
164 | 164 | ||
165 | app_RAND_load_file(NULL, bio_err, (inrand != NULL)); | ||
166 | if (inrand != NULL) | ||
167 | BIO_printf(bio_err, "%ld semi-random bytes loaded\n", | ||
168 | app_RAND_load_files(inrand)); | ||
169 | |||
170 | out = BIO_new(BIO_s_file()); | 165 | out = BIO_new(BIO_s_file()); |
171 | if (out == NULL) | 166 | if (out == NULL) |
172 | goto err; | 167 | goto err; |
@@ -206,7 +201,6 @@ rand_main(int argc, char **argv) | |||
206 | BIO_puts(out, "\n"); | 201 | BIO_puts(out, "\n"); |
207 | (void) BIO_flush(out); | 202 | (void) BIO_flush(out); |
208 | 203 | ||
209 | app_RAND_write_file(NULL, bio_err); | ||
210 | ret = 0; | 204 | ret = 0; |
211 | 205 | ||
212 | err: | 206 | err: |