Forgot to change the declaration of do_subject() to one of parse_name()...
[openssl.git] / apps / ec.c
index 79d0df9865d4e23aa6b3be88bbfcb294c4838f9e..7d57341cb47d1046008b0638fe7eb2b5fa5a1de0 100644 (file)
--- 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;
                }
@@ -390,6 +390,6 @@ end:
        if (passout)
                OPENSSL_free(passout);
        apps_shutdown();
-       EXIT(ret);
+       OPENSSL_EXIT(ret);
 }
 #endif