From d7b9a7a42d529ce44c5a4af49f6dee72f6619459 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Richard=20K=C3=B6nning?= Date: Fri, 20 Mar 2020 20:17:50 +0100 Subject: [PATCH] Use ctx2 instead ctx. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/11372) (cherry picked from commit 402b00d57921a0c8cd641b190d36bf39ea5fb592) --- 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) -- 2.39.2