Add and use tls13_record_layer_alert_sent()
authortb <tb@openbsd.org>
Mon, 9 Sep 2024 03:32:29 +0000 (03:32 +0000)
committertb <tb@openbsd.org>
Mon, 9 Sep 2024 03:32:29 +0000 (03:32 +0000)
commit8699d7a973155db08aadef55e089cda304c1ea8a
tree9d08aa17b33e34f18e9a6d9c96c3cc0edbf4a2c0
parentde2798f9cca94f613d42ec59629c4416e95b2df4
Add and use tls13_record_layer_alert_sent()

This is a small refactoring that wraps a direct call to the record layer's
alert_sent() callback into a handler for upcoming reuse in the QUIC code.

No functional change.

ok jsing
lib/libssl/tls13_internal.h
lib/libssl/tls13_record_layer.c