From 3f39976da3124dde862eada02af948b1d8567933 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 5 Mar 2004 23:46:29 +0000 Subject: [PATCH] Call autoconfig code in pkcs7 utility. --- apps/pkcs7.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/pkcs7.c b/apps/pkcs7.c index 6c58c67eb2..da4dbe7a07 100644 --- a/apps/pkcs7.c +++ b/apps/pkcs7.c @@ -102,6 +102,9 @@ int MAIN(int argc, char **argv) if ((bio_err=BIO_new(BIO_s_file())) != NULL) BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (!load_config(bio_err, NULL)) + goto end; + infile=NULL; outfile=NULL; informat=FORMAT_PEM; -- 2.34.1