From ba2c2f6b31a0d325528b48899a6a12f650464c2f Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 3 Apr 2026 07:26:20 +0000 Subject: 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@ --- src/lib/libssl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 652ad4238f..7e423b0b43 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.85 2024/08/11 13:04:46 jsing Exp $ +# $OpenBSD: Makefile,v 1.86 2026/04/03 07:26:20 jsing Exp $ .include .ifndef NOMAN @@ -57,7 +57,6 @@ SRCS= \ ssl_kex.c \ ssl_lib.c \ ssl_methods.c \ - ssl_packet.c \ ssl_pkt.c \ ssl_rsa.c \ ssl_seclevel.c \ -- cgit v1.2.3-55-g6feb