summaryrefslogtreecommitdiffstats
path: root/apps/ts.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-01 14:59:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-01 14:59:18 +0000
commit417b8d4705bf4185001f08d8b4a2fc63b4cf9940 (patch)
tree63cf1c34e61576aa0b28b2774e9cf91e0259c2f2 /apps/ts.c
parente614ec476957b0b09a2b302c3d68003ed8395ed5 (diff)
PR:1880
Load config in ts utility.
Diffstat (limited to 'apps/ts.c')
-rw-r--r--apps/ts.c3
1 files changed, 3 insertions, 0 deletions
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)