X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fec.c;h=771e15f3577c176031a24f5f5c6581802071082e;hb=667fbc0847b990d30d11ecd8b5ed352ce272e947;hp=9ddaddfe5e7033858f749b7c52f359e9d7a7462b;hpb=5467ddf0e1c49fecbc8558c7a16694dc24434be6;p=oweals%2Fopenssl.git diff --git a/apps/ec.c b/apps/ec.c index 9ddaddfe5e..771e15f357 100644 --- a/apps/ec.c +++ b/apps/ec.c @@ -244,7 +244,7 @@ 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, " possible values:" " named_curve (default)\n"); BIO_printf(bio_err," " "explicit\n"); @@ -347,7 +347,10 @@ bad: } if (noout) + { + ret = 0; goto end; + } BIO_printf(bio_err, "writing EC key\n"); if (outformat == FORMAT_ASN1)