summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/pkcs7.c3
1 files changed, 3 insertions, 0 deletions
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;