Drop unneeded cast in seal_record_protected_cipher
authortb <tb@openbsd.org>
Wed, 20 Jan 2021 07:05:25 +0000 (07:05 +0000)
committertb <tb@openbsd.org>
Wed, 20 Jan 2021 07:05:25 +0000 (07:05 +0000)
commit679f355aa8bcbc3c7b8e90a70f23352c47bd32c0
tree069d55d09c24036e4715236f57783cef164af5d4
parent2cbebc019f52ca82e5fb8c4ec5d5ed5614c8fef5
Drop unneeded cast in seal_record_protected_cipher

eiv_len was changed from an int to a size_t in r1.10, so casting it
to a size_t is now a noop.

ok jsing
lib/libssl/tls12_record_layer.c