Narrow the scope of local variables in tls_construct_client_key_exchange()
authorMatt Caswell <matt@openssl.org>
Thu, 7 Jul 2016 11:47:07 +0000 (12:47 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 22:05:14 +0000 (23:05 +0100)
commit0bce0b02d8a24890e5ceee54c95504e66eb19856
treebbe838bc2f868768f7214b8b31a5fef675acfbf3
parentd4450e4bb95de561de54c6319596bf5637062337
Narrow the scope of local variables in tls_construct_client_key_exchange()

This is in preparation for splitting up this over long function.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_clnt.c