aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsa.c')
-rw-r--r--apps/dsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/dsa.c b/apps/dsa.c
index d864c75022..f02f29399a 100644
--- a/apps/dsa.c
+++ b/apps/dsa.c
@@ -196,6 +196,9 @@ int dsa_main(int argc, char **argv)
goto end;
}
+ if (!app_load_modules(NULL))
+ goto end;
+
BIO_printf(bio_err, "read DSA key\n");
{
EVP_PKEY *pkey;