summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihal Jere <nihal@nihaljere.xyz>2020-07-21 11:31:01 -0500
committerDmitry Belyavskiy <beldmit@gmail.com>2020-07-22 23:05:22 +0300
commit48fc6cd59c6d4a8f6ecd57d85d6ef4e6373ff147 (patch)
tree8b16e0335cbaef41dd6940158fc5e89e9102d3c5
parentc6c9f886ae118fffb0591ea0b5c3e4770b176552 (diff)
fixed swapped parameters descriptions for x509
CLA: trivial Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12505)
-rw-r--r--apps/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/x509.c b/apps/x509.c
index 5bb110fe4a..1043eba0c8 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -140,9 +140,9 @@ const OPTIONS x509_options[] = {
{"", OPT_MD, '-', "Any supported digest"},
#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
#ifndef OPENSSL_NO_ENGINE
{"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},