Remove the special case processing for finished construction
authorMatt Caswell <matt@openssl.org>
Fri, 30 Sep 2016 09:50:57 +0000 (10:50 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Oct 2016 15:25:48 +0000 (16:25 +0100)
commit229185e668514e17bce9b22c38303e3cc3c9eb7a
tree31d42672056be9c12da92ab2cf570db2523d4f55
parent4a01c59f3689db930d056c84f548d525f651cc6b
Remove the special case processing for finished construction

tls_construct_finished() used to have different arguments to all of the
other construction functions. It doesn't anymore, so there is no neeed to
treat it as a special case.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c