]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fixed swapped parameters descriptions for x509
authorNihal Jere <nihal@nihaljere.xyz>
Tue, 21 Jul 2020 16:31:01 +0000 (11:31 -0500)
committerDmitry Belyavskiy <beldmit@gmail.com>
Wed, 22 Jul 2020 20:05:22 +0000 (23:05 +0300)
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)

apps/x509.c

index 5bb110fe4a0a3a83e790724cb77003ca36fc3b80..1043eba0c8a03da5f8f921c0e9d99f7b84c07a9f 100644 (file)
@@ -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"},