[openssl] master update

beldmit at gmail.com beldmit at gmail.com
Tue Jul 21 07:33:18 UTC 2020


The branch master has been updated
       via  7e4f01d8ba9983b37758eb8842c64500ee0b29ca (commit)
      from  9f7bdcf37f9541f7a1e4dc62ebdf97e8d8ccd307 (commit)


- Log -----------------------------------------------------------------
commit 7e4f01d8ba9983b37758eb8842c64500ee0b29ca
Author: Nihal Jere <nihal at nihaljere.xyz>
Date:   Sun Jul 19 16:54:07 2020 -0500

    fixed swapped parameter descriptions for x509
    
    CLA: trivial
    
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/12482)

-----------------------------------------------------------------------

Summary of changes:
 apps/x509.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/x509.c b/apps/x509.c
index bf168b7863..c09bca37bc 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"},
 


More information about the openssl-commits mailing list