Majority rules, use session_ctx vs initial_ctx
authorTodd Short <tshort@akamai.com>
Tue, 31 Jan 2017 20:32:50 +0000 (15:32 -0500)
committerRichard Levitte <levitte@openssl.org>
Sat, 4 Feb 2017 23:55:33 +0000 (00:55 +0100)
commitac162301b45a7458ced227437922141c692383ae
tree895946c3460f60889494f3131af5840ba1fe1196
parent86d9b572e184262f8c14e8c31f87caa300691d39
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: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2340)
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem_srvr.c
ssl/t1_lib.c