From e7819872fc16ca237903863e1dafbcbfcd8b0638 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 17 Nov 2019 06:35:30 +0000 Subject: Add the initial framework for the TLSv1.3 server. ok beck@ --- src/lib/libssl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 2ede8a77b0..778b525224 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2019/02/09 15:30:52 jsing Exp $ +# $OpenBSD: Makefile,v 1.57 2019/11/17 06:35:30 jsing Exp $ .include .ifndef NOMAN @@ -72,7 +72,8 @@ SRCS= \ tls13_key_schedule.c \ tls13_lib.c \ tls13_record.c \ - tls13_record_layer.c + tls13_record_layer.c \ + tls13_server.c HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h -- cgit v1.2.3-55-g6feb