summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Könning <Richard.Koenning@ts.fujitsu.com>2020-03-20 20:17:50 +0100
committerBenjamin Kaduk <kaduk@mit.edu>2020-03-24 14:01:46 -0700
commitd7b9a7a42d529ce44c5a4af49f6dee72f6619459 (patch)
treef0a1d0bf9b5994bfcafbbbc8baa968dedf40b56e
parentba4356ae4002a04e28642da60c551877eea804f7 (diff)
Use ctx2 instead ctx.
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/11372) (cherry picked from commit 402b00d57921a0c8cd641b190d36bf39ea5fb592)
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
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)