Narrow scope of locals vars in tls_process_key_exchange()
authorMatt Caswell <matt@openssl.org>
Fri, 8 Jul 2016 11:18:18 +0000 (12:18 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Jul 2016 11:18:46 +0000 (12:18 +0100)
commitbe8dba2c924b81a28053588f171b91b72e7e3ebc
tree5d657110c8ca10f777be7ef2a127d7675e66e547
parenteaa776da07bffbcea4ec32bdc5bf65fefb610fc5
Narrow scope of locals vars in tls_process_key_exchange()

Narrow the scope of the local vars in preparation for split up this
function.

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