Centralise loading default apps config file
[oweals/openssl.git] / apps / rsa.c
index f8a0deceb6511a949a218cc44ac1d45552c20f38..0640ba4fad47084a230ca3f92bf891097a281e89 100644 (file)
@@ -256,10 +256,6 @@ int rsa_main(int argc, char **argv)
         BIO_printf(bio_err, "Error getting passwords\n");
         goto end;
     }
-
-    if (!app_load_modules(NULL))
-        goto end;
-
     if (check && pubin) {
         BIO_printf(bio_err, "Only private keys can be checked\n");
         goto end;