From: Nihal Jere Date: Sun, 19 Jul 2020 21:54:07 +0000 (-0500) Subject: fixed swapped parameter descriptions for x509 X-Git-Tag: openssl-3.0.0-alpha6~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e4f01d8ba9983b37758eb8842c64500ee0b29ca;p=thirdparty%2Fopenssl.git fixed swapped parameter descriptions for x509 CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/12482) --- diff --git a/apps/x509.c b/apps/x509.c index bf168b7863c..c09bca37bcd 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"},