projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
216ad9e
)
Call autoconfig code in pkcs7 utility.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 5 Mar 2004 23:46:29 +0000
(23:46 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 5 Mar 2004 23:46:29 +0000
(23:46 +0000)
apps/pkcs7.c
patch
|
blob
|
history
diff --git
a/apps/pkcs7.c
b/apps/pkcs7.c
index
6c58c67
..
da4dbe7
100644
(file)
--- 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 ((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;
infile=NULL;
outfile=NULL;
informat=FORMAT_PEM;