]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/s3_clnt.c
Remove PACKET_(get|goto)_bookmark
authorEmilia Kasper <emilia@openssl.org>
Thu, 17 Sep 2015 16:11:46 +0000 (18:11 +0200)
committerEmilia Kasper <emilia@openssl.org>
Thu, 17 Sep 2015 16:47:33 +0000 (18:47 +0200)
commit4bd16463b84efb13ce5fb35add284e284b0fd819
treecfc82d3809a94065c8e00a70697a75f8be762580
parent6e63c142f269c738e3820203ecec6fe74ad4efa0
Remove PACKET_(get|goto)_bookmark

The bookmark API results in a lot of boilerplate error checking that can
be much more easily achieved with a simple struct copy. It also lays the
path for removing the third PACKET field.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/packet_locl.h
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/t1_lib.c
test/packettest.c