]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_local.h
Move init of the WPACKET into write_state_machine()
authorMatt Caswell <matt@openssl.org>
Thu, 29 Sep 2016 22:28:29 +0000 (23:28 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Oct 2016 15:25:48 +0000 (16:25 +0100)
commit7cea05dcc7f6f74a18d48102008d53ea9a42c297
tree062b75919f3bf53e6e4c69ebd1270f094aae756d
parentb7c9aa645e4eddf5d198d2b20f1c6a74ab96f98e
Move init of the WPACKET into write_state_machine()

Instead of initialising, finishing and cleaning up the WPACKET in every
message construction function, we should do it once in
write_state_machine().

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_locl.h
ssl/statem/statem.c
ssl/statem/statem_clnt.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c