Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, clean
authorMatt Caswell <matt@openssl.org>
Mon, 2 Feb 2015 16:02:55 +0000 (16:02 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2015 15:02:00 +0000 (15:02 +0000)
commit88c23039484522457abdf83db2c64e3af6d0d8ca
tree45c8ae9cf5d530c1f5ccf24c376c79c22159a6d2
parent2c60ed0452919ea9a67886685e2fa5c8b9330620
Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, clean
up some access to them. Now that various functions have been moved into the
record layer they no longer need to use the accessor macros.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/record/d1_pkt.c
ssl/record/rec_layer.h
ssl/record/s3_pkt.c
ssl/record/ssl3_record.c