summaryrefslogtreecommitdiffstats
path: root/apps/ec.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-26 14:50:52 +0000
committerBodo Möller <bodo@openssl.org>2002-08-26 14:50:52 +0000
commitc96f0fd2d110fe5ff48a4fbc0e95f78b26323908 (patch)
treecf301f5be3243737726603945201158cb32bde01 /apps/ec.c
parent8aefe253a7bd734bcfa025cd6f5fe3ab31206583 (diff)
fix spacing
Diffstat (limited to 'apps/ec.c')
-rw-r--r--apps/ec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/ec.c b/apps/ec.c
index 79d0df9865..71ffaecb15 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;
}