Centralise loading default apps config file
[openssl.git] / apps / x509.c
index 9472b68da5226594616e8c4ba14a5e8fd49c40d4..ff1e8cbe82119e08b2adcf94110cf9946dccf8ad 100644 (file)
@@ -493,9 +493,6 @@ int x509_main(int argc, char **argv)
     if (!nmflag_set)
         nmflag = XN_FLAG_ONELINE;
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     out = bio_open_default(outfile, 'w', outformat);
     if (out == NULL)
         goto end;