fix spacing

This commit is contained in:
Bodo Möller 2002-08-26 14:50:52 +00:00
parent 8aefe253a7
commit c96f0fd2d1
2 changed files with 14 additions and 14 deletions

View File

@ -230,7 +230,7 @@ bad:
"curve parameters\n"); "curve parameters\n");
BIO_printf(bio_err, " -conv_form arg specifies the " BIO_printf(bio_err, " -conv_form arg specifies the "
"point conversion form \n"); "point conversion form \n");
BIO_printf(bio_err, " possible values :" BIO_printf(bio_err, " possible values:"
" compressed\n"); " compressed\n");
BIO_printf(bio_err, " " BIO_printf(bio_err, " "
" uncompressed (default)\n"); " uncompressed (default)\n");
@ -240,7 +240,7 @@ bad:
" the ec parameters are encoded\n"); " the ec parameters are encoded\n");
BIO_printf(bio_err, " in the asn1 der " BIO_printf(bio_err, " in the asn1 der "
"encoding\n"); "encoding\n");
BIO_printf(bio_err, " possilbe values :" BIO_printf(bio_err, " possilbe values:"
" named_curve (default)\n"); " named_curve (default)\n");
BIO_printf(bio_err," " BIO_printf(bio_err," "
"explicit\n"); "explicit\n");

View File

@ -111,12 +111,12 @@
* -list_curves - prints a list of all currently available curve * -list_curves - prints a list of all currently available curve
* 'short names' and exits * 'short names' and exits
* -conv_form - specifies the point conversion form * -conv_form - specifies the point conversion form
* possible values : compressed * possible values: compressed
* uncompressed (default) * uncompressed (default)
* hybrid * hybrid
* -param_enc - specifies the way the ec parameters are encoded * -param_enc - specifies the way the ec parameters are encoded
* in the asn1 der encoding * in the asn1 der encoding
* possilbe values : named_curve (default) * possilbe values: named_curve (default)
* explicit * explicit
* -no_seed - if 'explicit' parameters are choosen do not * -no_seed - if 'explicit' parameters are choosen do not
* use the seed * use the seed
@ -287,7 +287,7 @@ bad:
BIO_printf(bio_err, " 'short names'\n"); BIO_printf(bio_err, " 'short names'\n");
BIO_printf(bio_err, " -conv_form arg specifies the " BIO_printf(bio_err, " -conv_form arg specifies the "
"point conversion form \n"); "point conversion form \n");
BIO_printf(bio_err, " possible values :" BIO_printf(bio_err, " possible values:"
" compressed\n"); " compressed\n");
BIO_printf(bio_err, " " BIO_printf(bio_err, " "
" uncompressed (default)\n"); " uncompressed (default)\n");
@ -297,7 +297,7 @@ bad:
" the ec parameters are encoded\n"); " the ec parameters are encoded\n");
BIO_printf(bio_err, " in the asn1 der " BIO_printf(bio_err, " in the asn1 der "
"encoding\n"); "encoding\n");
BIO_printf(bio_err, " possilbe values :" BIO_printf(bio_err, " possilbe values:"
" named_curve (default)\n"); " named_curve (default)\n");
BIO_printf(bio_err," " BIO_printf(bio_err," "
" explicit\n"); " explicit\n");