boringssl/crypto/bytestring
Adam Langley af7e74ba9f Remove variable shadowing.
Bruce Dawson pointed out that the shadowing of |ret| in |s3_srvr.c|
looked dodgy. It was actually deliberate (we don't want to reset the
default value of the function's |ret| variable with a successful return
from the callback) but it does look dodgy.

This change adds -Wshadow to ban variable shadowing and fixes all
current instances.

Change-Id: I1268f88b9f26245c7d16d6ead5bb9014ea471c01
Reviewed-on: https://boringssl-review.googlesource.com/2520
Reviewed-by: Adam Langley <agl@google.com>
2014-12-09 21:32:49 +00:00
..
ber.c Remove variable shadowing. 2014-12-09 21:32:49 +00:00
bytestring_test.c Fix "integer constant is too large for 'long' type" errors. 2014-10-24 22:12:49 +00:00
cbb.c Add CBB_add_asn1_uint64. 2014-10-24 18:25:52 +00:00
cbs.c Extended master secret support. 2014-10-24 21:19:44 +00:00
CMakeLists.txt Rework support for ASN.1 BER. 2014-08-25 21:38:08 +00:00
internal.h Export CBS_get_any_asn1_element. 2014-08-28 00:45:30 +00:00