]> git.ipfire.org Git - thirdparty/openssl.git/commit
Majority rules, use session_ctx vs initial_ctx
authorTodd Short <tshort@akamai.com>
Tue, 31 Jan 2017 20:32:50 +0000 (15:32 -0500)
committerRich Salz <rsalz@openssl.org>
Wed, 1 Feb 2017 01:41:55 +0000 (20:41 -0500)
commit222da979182705b11aeea71aa1af557fd45ebc67
tree712c917858348996173711046c2a7d91d22fedcc
parent0a2dcb6990dacc94337f746f4f4a6dfac1fbeac4
Majority rules, use session_ctx vs initial_ctx

session_ctx and initial_ctx are aliases of each other, and with the
opaque data structures, there's no need to keep both around. Since
there were more references of session_ctx, replace all instances of
initial_ctx with session_ctx.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2334)
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/extensions.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c