From: Nihal Jere Date: Tue, 21 Jul 2020 16:31:01 +0000 (-0500) Subject: fixed swapped parameters descriptions for x509 X-Git-Tag: OpenSSL_1_1_1h~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48fc6cd59c6d4a8f6ecd57d85d6ef4e6373ff147;p=thirdparty%2Fopenssl.git fixed swapped parameters descriptions for x509 CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/12505) --- diff --git a/apps/x509.c b/apps/x509.c index 5bb110fe4a0..1043eba0c8a 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"},