Centralise loading default apps config file
[openssl.git] / apps / crl.c
index 253f7a5b75c7bf7e709205ae2923a849583bd1f1..b2a5d7f54db30c49d49ebbb71a030b582baa2491 100644 (file)
@@ -232,9 +232,6 @@ int crl_main(int argc, char **argv)
     if (!nmflag_set)
         nmflag = XN_FLAG_ONELINE;
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     x = load_crl(infile, informat);
     if (x == NULL)
         goto end;