Rename the numpipes argument to ssl3_enc/tls1_enc
authorMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 12:17:42 +0000 (12:17 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:42:09 +0000 (21:42 +0000)
commit3720597107b957b48e4a57b503c56feb5bff653f
tree51f73ad030d7d79a9987e55a5f1dc858f7eb84c9
parentea71906ed7437671c434fccddc8c4c41bb3aeb51
Rename the numpipes argument to ssl3_enc/tls1_enc

The numpipes argument to ssl3_enc/tls1_enc is actually the number of
records passed in the array. To make this clearer rename the argument to
|n_recs|.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/record/record.h
ssl/record/ssl3_record.c