projects
/
oweals
/
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 6c58c67eb27927f146362d1c403b81b234fd6643..da4dbe7a07c0706a223784f2143495fd414a9f58 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 (!load_config(bio_err, NULL))
+ goto end;
+
infile=NULL;
outfile=NULL;
informat=FORMAT_PEM;