[openssl] master update

kaduk at mit.edu kaduk at mit.edu
Tue Mar 24 20:52:49 UTC 2020


The branch master has been updated
       via  402b00d57921a0c8cd641b190d36bf39ea5fb592 (commit)
      from  6f829f58effd958c75cb7bc3cf2781fbdae22b9b (commit)


- Log -----------------------------------------------------------------
commit 402b00d57921a0c8cd641b190d36bf39ea5fb592
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)

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

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 0be414f890..bcc83e562c 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -1958,7 +1958,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