mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Call autoconfig code in pkcs7 utility.
This commit is contained in:
parent
216ad9ef58
commit
3f39976da3
@ -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…
x
Reference in New Issue
Block a user