Deleted Added
full compact
pkcs7.c (111147) pkcs7.c (127128)
1/* apps/pkcs7.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 88 unchanged lines hidden (view full) ---

97#endif
98
99 apps_startup();
100
101 if (bio_err == NULL)
102 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
103 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
104
1/* apps/pkcs7.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 88 unchanged lines hidden (view full) ---

97#endif
98
99 apps_startup();
100
101 if (bio_err == NULL)
102 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
103 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
104
105 if (!load_config(bio_err, NULL))
106 goto end;
107
105 infile=NULL;
106 outfile=NULL;
107 informat=FORMAT_PEM;
108 outformat=FORMAT_PEM;
109
110 prog=argv[0];
111 argc--;
112 argv++;

--- 203 unchanged lines hidden ---
108 infile=NULL;
109 outfile=NULL;
110 informat=FORMAT_PEM;
111 outformat=FORMAT_PEM;
112
113 prog=argv[0];
114 argc--;
115 argv++;

--- 203 unchanged lines hidden ---