summaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/rsautl.c')
-rw-r--r--apps/rsautl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/rsautl.c b/apps/rsautl.c
index 0ef61050cb..8ba838b43f 100644
--- a/apps/rsautl.c
+++ b/apps/rsautl.c
@@ -214,6 +214,9 @@ int rsautl_main(int argc, char **argv)
goto end;
}
+ if (!app_load_modules(NULL))
+ goto end;
+
/* FIXME: seed PRNG only if needed */
app_RAND_load_file(NULL, 0);