Deleted Added
full compact
dsaparam.c (72613) dsaparam.c (100928)
1/* apps/dsaparam.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 *

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

171 {
172bad:
173 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
174 BIO_printf(bio_err,"where options are\n");
175 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
176 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
177 BIO_printf(bio_err," -in arg input file\n");
178 BIO_printf(bio_err," -out arg output file\n");
1/* apps/dsaparam.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 *

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

171 {
172bad:
173 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
174 BIO_printf(bio_err,"where options are\n");
175 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
176 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
177 BIO_printf(bio_err," -in arg input file\n");
178 BIO_printf(bio_err," -out arg output file\n");
179 BIO_printf(bio_err," -text print the key in text\n");
179 BIO_printf(bio_err," -text print as text\n");
180 BIO_printf(bio_err," -C Output C code\n");
181 BIO_printf(bio_err," -noout no output\n");
182 BIO_printf(bio_err," -rand files to use for random number input\n");
183 BIO_printf(bio_err," number number of bits to use for generating private key\n");
184 goto end;
185 }
186
187 ERR_load_crypto_strings();

--- 190 unchanged lines hidden ---
180 BIO_printf(bio_err," -C Output C code\n");
181 BIO_printf(bio_err," -noout no output\n");
182 BIO_printf(bio_err," -rand files to use for random number input\n");
183 BIO_printf(bio_err," number number of bits to use for generating private key\n");
184 goto end;
185 }
186
187 ERR_load_crypto_strings();

--- 190 unchanged lines hidden ---