summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dgst.c')
-rw-r--r--apps/dgst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 0eb84f5169..8f22334b37 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -227,6 +227,7 @@ int dgst_main(int argc, char **argv)
BIO_printf(bio_err, "%s: Can only sign or verify one file.\n", prog);
goto end;
}
+ app_RAND_load();
if (do_verify && sigfile == NULL) {
BIO_printf(bio_err,