summaryrefslogtreecommitdiff
path: root/apps/app_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_rand.c')
-rw-r--r--apps/app_rand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/app_rand.c b/apps/app_rand.c
index 28caad41a7d8..2b0bbde03423 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -26,7 +26,6 @@ void app_RAND_load_conf(CONF *c, const char *section)
if (RAND_load_file(randfile, -1) < 0) {
BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
ERR_print_errors(bio_err);
- return;
}
if (save_rand_file == NULL)
save_rand_file = OPENSSL_strdup(randfile);