Correct type of RECORD_LAYER_get_rrec_length()
authorMatt Caswell <matt@openssl.org>
Tue, 2 Jun 2015 07:57:02 +0000 (08:57 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 10 Jun 2015 11:06:29 +0000 (12:06 +0100)
commitb821df5f5b8dbb9bae109ed01076cb4b393b67e0
treeb2215ccfb3d5190f4e6196cf5842da566e61c4ab
parente43a13c807e42688c72c4f3d001112bf0a110464
Correct type of RECORD_LAYER_get_rrec_length()

The underlying field returned by RECORD_LAYER_get_rrec_length() is an
unsigned int. The return type of the function should match that.

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