Centralise loading default apps config file
[openssl.git] / apps / pkcs8.c
index 765744ffbe23047a33e57ea4e4a017e0913a447b..3d7282eabbcce304f2f77b5d0d4c2c9e300f800e 100644 (file)
@@ -233,9 +233,6 @@ int pkcs8_main(int argc, char **argv)
         goto end;
     }
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if ((pbe_nid == -1) && !cipher)
         pbe_nid = NID_pbeWithMD5AndDES_CBC;