]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/d1_lib.c
Rename ssl_set_handshake_header2()
authorMatt Caswell <matt@openssl.org>
Thu, 29 Sep 2016 21:40:15 +0000 (22:40 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 2 Oct 2016 19:25:57 +0000 (20:25 +0100)
commita29fa98cebdb2904dcf844d1aea7d1be3b6b913a
treede93310444bc4ab5a232992bc03192a20a63aedd
parente2726ce64dc0762d9678fb10639b0f42d9abfc52
Rename ssl_set_handshake_header2()

ssl_set_handshake_header2() was only ever a temporary name while we had
to have ssl_set_handshake_header() for code that hadn't been converted to
WPACKET yet. No code remains that needed that so we can rename it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/d1_lib.c
ssl/s3_lib.c
ssl/ssl_locl.h
ssl/statem/statem_clnt.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c