Add a comment to explain the use of |num_recs|
authorMatt Caswell <matt@openssl.org>
Tue, 17 May 2016 14:27:09 +0000 (15:27 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 May 2016 15:37:45 +0000 (16:37 +0100)
commitbe9c8deb7de92feb5e5300f2e46d3516bcc43c00
treebfde2dc86b6efbc7937ab43c4c9fadf5567e4fdc
parent8aac5d2e5a4c5d1c13e0f671d263a9eb59031514
Add a comment to explain the use of |num_recs|

In the SSLV2ClientHello processing code in ssl3_get_record, the value of
|num_recs| will always be 0. This isn't obvious from the code so a comment
is added to explain it.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/record/ssl3_record.c