Centralise loading default apps config file
[openssl.git] / apps / verify.c
index 61f8cf7579415761c861d3887a7d151bc52720d4..bd4ed05065082f40c36678d67f6e60915fb45acd 100644 (file)
@@ -198,9 +198,6 @@ int verify_main(int argc, char **argv)
         goto end;
     }
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
         goto end;
     X509_STORE_set_verify_cb(store, cb);