Load config in ts utility.
This commit is contained in:
Dr. Stephen Henson 2009-04-01 14:59:18 +00:00
parent e614ec4769
commit 417b8d4705

View File

@ -165,6 +165,9 @@ int MAIN(int argc, char **argv)
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
}
if (!load_config(bio_err, NULL))
goto cleanup;
for (argc--, argv++; argc > 0; argc--, argv++)
{
if (strcmp(*argv, "-config") == 0)