From: Dr. Stephen Henson Date: Wed, 1 Apr 2009 14:59:18 +0000 (+0000) Subject: PR:1880 X-Git-Tag: OpenSSL_1_0_0-beta2~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=417b8d4705bf4185001f08d8b4a2fc63b4cf9940;p=oweals%2Fopenssl.git PR:1880 Load config in ts utility. --- diff --git a/apps/ts.c b/apps/ts.c index 74e7e932b3..d73b4eb5ad 100644 --- a/apps/ts.c +++ b/apps/ts.c @@ -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)