aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gendsa.c')
-rw-r--r--apps/gendsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gendsa.c b/apps/gendsa.c
index 75bd802e66..a832ec3ded 100644
--- a/apps/gendsa.c
+++ b/apps/gendsa.c
@@ -143,6 +143,9 @@ int gendsa_main(int argc, char **argv)
goto end;
}
+ if (!app_load_modules(NULL))
+ goto end;
+
in = bio_open_default(dsaparams, "r");
if (in == NULL)
goto end2;