From facbfa56f3358d503aff3e7bd6136e5589043c37 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 15 Feb 2020 14:40:38 +0000 Subject: Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a separate file. Discussed with beck@ and tb@ --- src/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index afbd6d148e..22209d574b 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2020/01/30 17:09:23 jsing Exp $ +# $OpenBSD: Makefile,v 1.63 2020/02/15 14:40:38 jsing Exp $ .include .ifndef NOMAN @@ -74,6 +74,7 @@ SRCS= \ tls13_handshake_msg.c \ tls13_key_schedule.c \ tls13_key_share.c \ + tls13_legacy.c \ tls13_lib.c \ tls13_record.c \ tls13_record_layer.c \ -- cgit v1.2.3-55-g6feb