diff options
Diffstat (limited to 'apps/pkey.c')
-rw-r--r-- | apps/pkey.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/pkey.c b/apps/pkey.c index f0930a74f0..875087fd18 100644 --- a/apps/pkey.c +++ b/apps/pkey.c @@ -165,6 +165,9 @@ int pkey_main(int argc, char **argv) goto end; } + if (!app_load_modules(NULL)) + goto end; + out = bio_open_default(outfile, "wb"); if (out == NULL) goto end; |