aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-07-30 01:27:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-07-30 01:27:59 +0000
commitbd4e152791acc2a41441bd5713cbddc4b3645d27 (patch)
treee1983b3384fbeb19ef792e271dacf49fabeef431 /apps/apps.c
parentaa826d88e196ec13e1df4aeb2a55b8ea579aba60 (diff)
downloadopenssl-bd4e152791acc2a41441bd5713cbddc4b3645d27.tar.gz
Document the new DN printing options.
Change a few names to be more meaningful. Fix typos in CA.pl docs.
Diffstat (limited to 'apps/apps.c')
-rw-r--r--apps/apps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/apps.c b/apps/apps.c
index 183a2b1d8a..7ae7c77ca6 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -668,8 +668,8 @@ int set_name_ex(unsigned long *flags, const char *arg)
{ "esc_msb", ASN1_STRFLGS_ESC_MSB, 0},
{ "use_quote", ASN1_STRFLGS_ESC_QUOTE, 0},
{ "utf8", ASN1_STRFLGS_UTF8_CONVERT, 0},
- { "no_type", ASN1_STRFLGS_IGNORE_TYPE, 0},
- { "show_name", ASN1_STRFLGS_SHOW_NAME, 0},
+ { "ignore_type", ASN1_STRFLGS_IGNORE_TYPE, 0},
+ { "show_type", ASN1_STRFLGS_SHOW_TYPE, 0},
{ "dump_all", ASN1_STRFLGS_DUMP_ALL, 0},
{ "dump_nostr", ASN1_STRFLGS_DUMP_UNKNOWN, 0},
{ "dump_der", ASN1_STRFLGS_DUMP_DER, 0},