Clean up reset of read/write sequences
authorMatt Caswell <matt@openssl.org>
Wed, 26 Aug 2015 15:22:45 +0000 (16:22 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 26 Aug 2015 15:22:45 +0000 (16:22 +0100)
commit95cdad6344c72c84761a4da290d384f8de730407
tree38e1c8b9a191fdf8fb65e34a6865edf8816c7f54
parentec30e8566e43d888ab1d7cf01749a979896bb3d9
Clean up reset of read/write sequences

Use sizeof instead of an explicit size, and use the functions for the
purpose.

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