Remove ktls specific code from tls_setup_write_buffers
authorMatt Caswell <matt@openssl.org>
Tue, 4 Oct 2022 15:16:56 +0000 (16:16 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commit5bc226ab3217525584a553ff1729567219d00e78
tree265c6596d01f095b7dc274580bd122bbf5c677c0
parent2a354d54632cccf7d76130712d068a3ef188a356
Remove ktls specific code from tls_setup_write_buffers

The KTLS code no longer calls this function so this is not necessary.

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