Clean up handshake message start/finish functions.
authorjsing <jsing@openbsd.org>
Fri, 24 Aug 2018 17:30:32 +0000 (17:30 +0000)
committerjsing <jsing@openbsd.org>
Fri, 24 Aug 2018 17:30:32 +0000 (17:30 +0000)
commit312b4b1422822c9900672bc9d1c64b6955ac6641
tree1e7d95aeaa0894d327b32c66fa3922758beb021a
parent5f7616cc5282b4ff3bcca7e2d56b1f3c674018c2
Clean up handshake message start/finish functions.

Now that all handshake messages are created using CBB, remove the non-CBB
ssl3_handshake_msg_start()/ssl3_handshake_msg_finish() functions. Rename
the CBB variants by dropping the _cbb suffix.

ok bcook@ inoguchi@ tb@
lib/libssl/d1_srvr.c
lib/libssl/s3_lib.c
lib/libssl/ssl_both.c
lib/libssl/ssl_clnt.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_srvr.c