CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/08 21:32:29
Modified files:
lib/libssl : tls13_internal.h tls13_record_layer.c
Log message:
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
