summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
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 13:00:04 -0700
commit402b00d57921a0c8cd641b190d36bf39ea5fb592 (patch)
tree139e69e6e62ec36dc761dd50d60640eefa4f06a4 /apps/s_server.c
parent6f829f58effd958c75cb7bc3cf2781fbdae22b9b (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)
Diffstat (limited to 'apps/s_server.c')
-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 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)