projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f829f5
)
Use ctx2 instead ctx.
author
Richard Könning
<Richard.Koenning@ts.fujitsu.com>
Fri, 20 Mar 2020 19:17:50 +0000
(20:17 +0100)
committer
Benjamin Kaduk
<kaduk@mit.edu>
Tue, 24 Mar 2020 20:00:04 +0000
(13:00 -0700)
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)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index 0be414f890f8c155ddb968ef3f0752e0a91d0088..bcc83e562c24dff33ec9d0a1e82b32156c967d5c 100644
(file)
--- 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(ctx
2
, sdebug);
if (session_id_prefix) {
if (strlen(session_id_prefix) >= 32)