Update from 1.0.0-stable.

This commit is contained in:
Dr. Stephen Henson 2009-04-01 14:59:49 +00:00
parent d6e460d44c
commit b6b0b0d7a5

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)