summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorNihal Jere <nihal@nihaljere.xyz>2020-07-19 16:54:07 -0500
committerDmitry Belyavskiy <beldmit@gmail.com>2020-07-21 10:32:13 +0300
commit7e4f01d8ba9983b37758eb8842c64500ee0b29ca (patch)
tree923dfa41ca8855f756ccd560bbd50087ca355b5d /apps/x509.c
parent9f7bdcf37f9541f7a1e4dc62ebdf97e8d8ccd307 (diff)
fixed swapped parameter descriptions for x509
CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12482)
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/x509.c b/apps/x509.c
index bf168b7863..c09bca37bc 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -117,9 +117,9 @@ const OPTIONS x509_options[] = {
{"C", OPT_C, '-', "Print out C code forms"},
#ifndef OPENSSL_NO_MD5
{"subject_hash_old", OPT_SUBJECT_HASH_OLD, '-',
- "Print old-style (MD5) issuer hash value"},
- {"issuer_hash_old", OPT_ISSUER_HASH_OLD, '-',
"Print old-style (MD5) subject hash value"},
+ {"issuer_hash_old", OPT_ISSUER_HASH_OLD, '-',
+ "Print old-style (MD5) issuer hash value"},
#endif
{"nameopt", OPT_NAMEOPT, 's', "Certificate subject/issuer name printing options"},