fixed swapped parameter descriptions for x509
authorNihal Jere <nihal@nihaljere.xyz>
Sun, 19 Jul 2020 21:54:07 +0000 (16:54 -0500)
committerDmitry Belyavskiy <beldmit@gmail.com>
Tue, 21 Jul 2020 07:32:13 +0000 (10:32 +0300)
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)

apps/x509.c

index bf168b7863c605d76185edbe177bfd610a4e31c6..c09bca37bcda1be14537f14f7c2d234e174df0e9 100644 (file)
@@ -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"},