From c435cca7eec0ec8c6d2f34f5511be91edae36307 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 30 Jan 2020 16:25:09 +0000 Subject: Factor out/rewrite the ECDHE EC point key exchange code. This reduces replication between the existing TLS client/server and allows the code to soon be reused for TLSv1.3. With feedback from inoguchi@ and tb@ ok inoguchi@ 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 b38bb5f682..489c4fd217 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2020/01/22 07:58:27 jsing Exp $ +# $OpenBSD: Makefile,v 1.61 2020/01/30 16:25:09 jsing Exp $ .include .ifndef NOMAN @@ -51,6 +51,7 @@ SRCS= \ ssl_clnt.c \ ssl_err.c \ ssl_init.c \ + ssl_kex.c \ ssl_lib.c \ ssl_methods.c \ ssl_packet.c \ -- cgit v1.2.3-55-g6feb