Rename all "read" variables with "readbytes"
authorMatt Caswell <matt@openssl.org>
Wed, 26 Oct 2016 09:43:34 +0000 (10:43 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 12:09:46 +0000 (12:09 +0000)
commit54105ddd230c0d77fab91dd3f423b58b2a976de7
treed322b8427a0446f63eea2560ec4a4884666fac90
parent740bfebaf6d879f051da625d3c583f7cbba8944f
Rename all "read" variables with "readbytes"

Travis is reporting one file at a time shadowed variable warnings where
"read" has been used. This attempts to go through all of libssl and replace
"read" with "readbytes" to fix all the problems in one go.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_locl.h
ssl/s3_lib.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c