Remove the wrec record layer field
authorMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2016 12:10:53 +0000 (12:10 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:28 +0000 (21:39 +0000)
commitf482740f2389946b8738b963f2cf12c5a3b4d399
tree948884e1a32bd3a27ccc3542148c8430e358d40e
parentd3b324a1614c1fa8acaaa448eb2a101e49e86ee2
Remove the wrec record layer field

We used to use the wrec field in the record layer for keeping track of the
current record that we are writing out. As part of the pipelining changes
this has been moved to stack allocated variables to do the same thing,
therefore the field is no longer needed.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_locl.h