Move in_handshake into STATEM
authorMatt Caswell <matt@openssl.org>
Thu, 22 Oct 2015 12:57:18 +0000 (13:57 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commit024f543c15e70acb57a80067c3b32227f87bfe5f
tree72bc8530d31b4fae449df9270f516d9637be31e3
parent20dbe585772a18952b730b71cd6722ce62dfe88b
Move in_handshake into STATEM

The SSL variable |in_handshake| seems misplaced. It would be better to have
it in the STATEM structure.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/d1_lib.c
ssl/d1_msg.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/ssl3_record.c
ssl/s3_lib.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem.c
ssl/statem/statem.h
ssl/t1_lib.c