Restore module loading
[openssl.git] / apps / pkcs12.c
index 367ba8775424880a8a634bd44301603e8d93627b..82131e8527c9491b64eada02ba195a23efc6bafa 100644 (file)
@@ -342,6 +342,9 @@ int pkcs12_main(int argc, char **argv)
         mpass = macpass;
     }
 
+    if (!app_load_modules(NULL))
+        goto end;
+
     if (export_cert || inrand) {
         app_RAND_load_file(NULL, (inrand != NULL));
         if (inrand != NULL)