diff --git a/apps/ec.c b/apps/ec.c index 79d0df9865d4e23aa6b3be88bbfcb294c4838f9e..71ffaecb15cdb85c0cfbbf36eea790811e0433f8 100644 --- a/apps/ec.c +++ b/apps/ec.c @@ -230,9 +230,9 @@ bad: "curve parameters\n"); BIO_printf(bio_err, " -conv_form arg specifies the " "point conversion form \n"); - BIO_printf(bio_err, " possible values :" + BIO_printf(bio_err, " possible values:" " compressed\n"); - BIO_printf(bio_err, " " + BIO_printf(bio_err, " " " uncompressed (default)\n"); BIO_printf(bio_err, " " " hybrid\n"); @@ -240,9 +240,9 @@ bad: " the ec parameters are encoded\n"); BIO_printf(bio_err, " in the asn1 der " "encoding\n"); - BIO_printf(bio_err, " possilbe values :" + BIO_printf(bio_err, " possilbe values:" " named_curve (default)\n"); - BIO_printf(bio_err," " + BIO_printf(bio_err," " "explicit\n"); goto end; } diff --git a/apps/ecparam.c b/apps/ecparam.c index ac4c565a4fb14b2bb586ad17ba9fa790e6a53824..e03dc9d3b603eb8625cc06590a7455b919252bf5 100644 --- a/apps/ecparam.c +++ b/apps/ecparam.c @@ -111,13 +111,13 @@ * -list_curves - prints a list of all currently available curve * 'short names' and exits * -conv_form - specifies the point conversion form - * possible values : compressed - * uncompressed (default) - * hybrid + * possible values: compressed + * uncompressed (default) + * hybrid * -param_enc - specifies the way the ec parameters are encoded * in the asn1 der encoding - * possilbe values : named_curve (default) - * explicit + * possilbe values: named_curve (default) + * explicit * -no_seed - if 'explicit' parameters are choosen do not * use the seed * -genkey - generates a ec private key @@ -287,20 +287,20 @@ bad: BIO_printf(bio_err, " 'short names'\n"); BIO_printf(bio_err, " -conv_form arg specifies the " "point conversion form \n"); - BIO_printf(bio_err, " possible values :" + BIO_printf(bio_err, " possible values:" " compressed\n"); - BIO_printf(bio_err, " " + BIO_printf(bio_err, " " " uncompressed (default)\n"); - BIO_printf(bio_err, " " + BIO_printf(bio_err, " " " hybrid\n"); BIO_printf(bio_err, " -param_enc arg specifies the way" " the ec parameters are encoded\n"); BIO_printf(bio_err, " in the asn1 der " "encoding\n"); - BIO_printf(bio_err, " possilbe values :" + BIO_printf(bio_err, " possilbe values:" " named_curve (default)\n"); BIO_printf(bio_err," " - " explicit\n"); + " explicit\n"); BIO_printf(bio_err, " -no_seed if 'explicit'" " parameters are choosen do not\n"); BIO_printf(bio_err, " use the seed\n");