projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b695fe
)
asn1parse doesn't support any TXT format, so let's stop pretending
author
Richard Levitte
<levitte@openssl.org>
Tue, 28 Jun 2005 15:44:18 +0000
(15:44 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 28 Jun 2005 15:44:18 +0000
(15:44 +0000)
it does.
apps/asn1pars.c
patch
|
blob
|
history
diff --git
a/apps/asn1pars.c
b/apps/asn1pars.c
index f1d8bc8b98b846936b47d0d2d0ef9bceaba5f90d..b1a7c8e5dbf8b592c2efbee1940f178616edf523 100644
(file)
--- a/
apps/asn1pars.c
+++ b/
apps/asn1pars.c
@@
-196,7
+196,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");