From 7e4f01d8ba9983b37758eb8842c64500ee0b29ca Mon Sep 17 00:00:00 2001 From: Nihal Jere Date: Sun, 19 Jul 2020 16:54:07 -0500 Subject: 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) --- apps/x509.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/x509.c b/apps/x509.c index bf168b7..c09bca3 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"}, -- cgit v1.1