diff options
| author | jsing <> | 2026-04-03 07:26:20 +0000 |
|---|---|---|
| committer | jsing <> | 2026-04-03 07:26:20 +0000 |
| commit | ba2c2f6b31a0d325528b48899a6a12f650464c2f (patch) | |
| tree | 680bca915e405d2100094a849246e952c52d5230 /src/lib/libssl/Makefile | |
| parent | 34c9ebaffbf06ba9d8883c4adf8061fd670f54c4 (diff) | |
| download | openbsd-ba2c2f6b31a0d325528b48899a6a12f650464c2f.tar.gz openbsd-ba2c2f6b31a0d325528b48899a6a12f650464c2f.tar.bz2 openbsd-ba2c2f6b31a0d325528b48899a6a12f650464c2f.zip | |
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@
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.85 2024/08/11 13:04:46 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.86 2026/04/03 07:26:20 jsing Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -57,7 +57,6 @@ SRCS= \ | |||
| 57 | ssl_kex.c \ | 57 | ssl_kex.c \ |
| 58 | ssl_lib.c \ | 58 | ssl_lib.c \ |
| 59 | ssl_methods.c \ | 59 | ssl_methods.c \ |
| 60 | ssl_packet.c \ | ||
| 61 | ssl_pkt.c \ | 60 | ssl_pkt.c \ |
| 62 | ssl_rsa.c \ | 61 | ssl_rsa.c \ |
| 63 | ssl_seclevel.c \ | 62 | ssl_seclevel.c \ |
