]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/record/rec_layer_s3.c
Change various repeated wr[someindex]/pkt[someindex] references to a pointer
authorMatt Caswell <matt@openssl.org>
Mon, 5 Dec 2016 10:27:04 +0000 (10:27 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 5 Dec 2016 17:05:40 +0000 (17:05 +0000)
commit44e58f3b7be54b0a29aad6ca26bd2ae60759d9a3
tree0512a4fdaca45b586ca0d1fc1ca3eea972bc3053
parent829754a62245df76584078011f045185218c60c4
Change various repeated wr[someindex]/pkt[someindex] references to a pointer

Improves the readability of the code, and reduces the liklihood of errors.
Also made a few minor style changes.

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