Remove dtls_write_records
authorMatt Caswell <matt@openssl.org>
Mon, 17 Oct 2022 14:07:47 +0000 (15:07 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 Oct 2022 13:39:33 +0000 (14:39 +0100)
commit43dfa5a9319f67cd652fdc3a8711fc53859cd11e
tree1abc273bb20fc385bfd464f3d9591a95cdbc717c
parent421386e392151c267ac7d3de6a2dd23c0ab62aed
Remove dtls_write_records

The dtls_write_records function, after the previous series of commits,
was functionally equivalent to tls_write_records_default - so it can be
removed completely.

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/dtls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls1_meth.c
ssl/record/methods/tlsany_meth.c