CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/03 01:26:20
Modified files:
lib/libssl : Makefile ssl_pkt.c
Removed files:
lib/libssl : ssl_packet.c
Log message:
Remove ssl_server_legacy_first_packet()
This has not been reachable since we made the TLSv1.3 stack the default
entry point - tls13_record_layer_read_record() will send a protocol
version alert and raise an error, which means we never transition into
the legacy stack.
ok kenjiro@
