]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove supurious set of the record type
authorMatt Caswell <matt@openssl.org>
Mon, 17 Oct 2022 13:37:32 +0000 (14:37 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 Oct 2022 13:39:33 +0000 (14:39 +0100)
commit3abc0d3e8504f730117e3b68dfb1aab81c5e51fe
tree0f2ee71034095f00bb40d4b6cae1497051ba6a5d
parentbed07b187506ded20ef39dcbed56dc323ae44ff4
Remove supurious set of the record type

We already set the record type on the SSL3_RECORD structure. We don't
need to do it again (inconsistently).

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19424)
ssl/record/methods/tls_common.c