[openssl] OpenSSL_1_1_1-stable update

beldmit at gmail.com beldmit at gmail.com
Wed Jul 22 20:06:42 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  48fc6cd59c6d4a8f6ecd57d85d6ef4e6373ff147 (commit)
      from  c6c9f886ae118fffb0591ea0b5c3e4770b176552 (commit)


- Log -----------------------------------------------------------------
commit 48fc6cd59c6d4a8f6ecd57d85d6ef4e6373ff147
Author: Nihal Jere <nihal at nihaljere.xyz>
Date:   Tue Jul 21 11:31:01 2020 -0500

    fixed swapped parameters descriptions for x509
    
    CLA: trivial
    
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/12505)

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

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 5bb110fe4a..1043eba0c8 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"},


More information about the openssl-commits mailing list