Centralise loading default apps config file
[openssl.git] / apps / ecparam.c
index 5a98f454fb5f035d6cef3f70bb9d3a55c6ee71cc..9d13447283a6d4c643fa8ae95da43f2b9f516704 100644 (file)
@@ -220,9 +220,6 @@ int ecparam_main(int argc, char **argv)
     argv = opt_rest();
     private = genkey ? 1 : 0;
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     in = bio_open_default(infile, 'r', informat);
     if (in == NULL)
         goto end;