Commit be21fe59 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Call autoconfig code in pkcs7 utility.

parent ef3565ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;