asn1parse doesn't support any TXT format, so let's stop pretending
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Jun 2005 15:44:15 +0000 (15:44 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 28 Jun 2005 15:44:15 +0000 (15:44 +0000)
it does.

apps/asn1pars.c

index c89b358b238bd5012cd5bf3f3047e5e0f44b2437..a6b6c41f138d5f3354af546e262f2b0f46ae9aa3 100644 (file)
@@ -182,7 +182,7 @@ int MAIN(int argc, char **argv)
 bad:
                BIO_printf(bio_err,"%s [options] <infile\n",prog);
                BIO_printf(bio_err,"where options are\n");
-               BIO_printf(bio_err," -inform arg   input format - one of DER TXT PEM\n");
+               BIO_printf(bio_err," -inform arg   input format - one of DER PEM\n");
                BIO_printf(bio_err," -in arg       input file\n");
                BIO_printf(bio_err," -out arg      output file (output format is always DER\n");
                BIO_printf(bio_err," -noout arg    don't produce any output\n");