Fix a shadowed variable declaration warning picked up by Travis
authorMatt Caswell <matt@openssl.org>
Tue, 25 Oct 2016 22:27:16 +0000 (23:27 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 12:09:46 +0000 (12:09 +0000)
commit02ba18a63e1f4ae1d0c0a185f9b7701fcddc1835
treeeb496d16f5653cd9cf269947edfe35cfcaeb2bd3
parent8d2b1819ef66206d19c1b0ecbf3ca882fed04721
Fix a shadowed variable declaration warning picked up by Travis

Rename "read" to "readbytes"

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