Call autoconfig code in pkcs7 utility.
This commit is contained in:
parent
216ad9ef58
commit
3f39976da3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue