From: Richard Könning Date: Fri, 20 Mar 2020 19:17:50 +0000 (+0100) Subject: Use ctx2 instead ctx. X-Git-Tag: openssl-3.0.0-alpha1~220 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=402b00d57921a0c8cd641b190d36bf39ea5fb592;p=oweals%2Fopenssl.git Use ctx2 instead ctx. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/11372) --- 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)