Change various repeated rr[someindex] references to a pointer
authorMatt Caswell <matt@openssl.org>
Fri, 2 Dec 2016 11:09:16 +0000 (11:09 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 5 Dec 2016 17:05:40 +0000 (17:05 +0000)
commit88858868ab7b55d17c259f7f2d631d1d984c6139
tree7829f84624665838ff50ad9a9b9b1d9da88a2569
parente8eb224b8cd2b6dc29843eab01227eab00fcf774
Change various repeated rr[someindex] references to a pointer

Improves the readability of the code, and reduces the liklihood of errors.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/ssl3_record.c