Commit bb5592dd authored by Matt Caswell's avatar Matt Caswell
Browse files

Reduce the scope of some variables in tls_process_client_key_exchange()



In preparation for splitting this function up into smaller functions this
commit reduces the scope of some of the variables to only be in scope for
the algorithm specific parts. In some cases that makes the error handling
more verbose than it needs to be - but we'll clean that up in a later
commit.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 1e3d16b0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment