Call autoconfig code in pkcs7 utility.

This commit is contained in:
Dr. Stephen Henson 2004-03-05 23:46:29 +00:00
parent 216ad9ef58
commit 3f39976da3

View file

@ -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;