Move the PSK preamble for tls_process_key_exchange()
authorMatt Caswell <matt@openssl.org>
Fri, 8 Jul 2016 11:20:42 +0000 (12:20 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Jul 2016 11:18:46 +0000 (12:18 +0100)
commit02a74590bb9e22d0f4131e8bd6b391402f7d3752
tree37ccd71edb54f2e538a417e6afc8892ffd193d0b
parentbe8dba2c924b81a28053588f171b91b72e7e3ebc
Move the PSK preamble for tls_process_key_exchange()

The function tls_process_key_exchange() is too long. This commit moves
the PSK preamble processing out to a separate function.

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