Restore module loading
[openssl.git] / apps / pkey.c
index f0930a74f0161598b2044601077b5566004927da..875087fd18fe4420f9fbbb93e25c5264458d90f0 100644 (file)
@@ -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;