Remove the f_err lable from tls_process_client_key_exchange()
authorMatt Caswell <matt@openssl.org>
Wed, 6 Jul 2016 09:53:29 +0000 (10:53 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 21:55:07 +0000 (22:55 +0100)
commit9059eb711f3a312d371ce6a8e5e41625ea38c560
treed233c25c3ea8c1ef791b3a61f96c06b54eb0f51a
parentc437eef60a45509be03c41fa9c2ea343caf2090c
Remove the f_err lable from tls_process_client_key_exchange()

The f_err label is no longer needed so it can be removed.

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