CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/03 11:22:27
Modified files:
lib/libssl : tls13_record_layer.c
Log message:
Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert()
This avoids naming confusion with an upcoming TLSv1.2 record layer change
and is more descriptive of this function.
Requested by tb@
