Centralise loading default apps config file
[openssl.git] / apps / pkeyparam.c
index 215611eb347d2a4243d7fd389cd208bc4070a65c..abb40d1ab29c98133d5cfe13d155ce7bb0974058 100644 (file)
@@ -118,9 +118,6 @@ int pkeyparam_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     in = bio_open_default(infile, 'r', FORMAT_PEM);
     if (in == NULL)
         goto end;