[openssl] OpenSSL_1_1_1-stable update

kaduk at mit.edu kaduk at mit.edu
Tue Mar 24 21:31:02 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  d7b9a7a42d529ce44c5a4af49f6dee72f6619459 (commit)
      from  ba4356ae4002a04e28642da60c551877eea804f7 (commit)


- Log -----------------------------------------------------------------
commit d7b9a7a42d529ce44c5a4af49f6dee72f6619459
Author: Richard Könning <Richard.Koenning at ts.fujitsu.com>
Date:   Fri Mar 20 20:17:50 2020 +0100

    Use ctx2 instead ctx.
    
    CLA: trivial
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    (Merged from https://github.com/openssl/openssl/pull/11372)
    
    (cherry picked from commit 402b00d57921a0c8cd641b190d36bf39ea5fb592)

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

Summary of changes:
 apps/s_server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/s_server.c b/apps/s_server.c
index 2248a432e2..243b170d5d 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -1904,7 +1904,7 @@ int s_server_main(int argc, char *argv[])
         BIO_printf(bio_s_out, "Setting secondary ctx parameters\n");
 
         if (sdebug)
-            ssl_ctx_security_debug(ctx, sdebug);
+            ssl_ctx_security_debug(ctx2, sdebug);
 
         if (session_id_prefix) {
             if (strlen(session_id_prefix) >= 32)


More information about the openssl-commits mailing list