From c7ab068a0af2a5fa97323e2a46d1e088080d38cd Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 17 Jan 2019 00:56:57 +0000 Subject: Add a direct copy of the exension parsing code to be modified for tls13. At the moment this is mechanical, with the functions renamed. This will be refactored for tls13. ok jsing@ --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 17f73a8c4f..8923c05bd4 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2018/11/09 00:34:55 beck Exp $ +# $OpenBSD: Makefile,v 1.44 2019/01/17 00:56:57 beck Exp $ .include .ifndef NOMAN @@ -34,7 +34,7 @@ SRCS= \ ssl_asn1.c ssl_txt.c ssl_algs.c \ bio_ssl.c ssl_err.c ssl_methods.c \ ssl_packet.c ssl_tlsext.c ssl_versions.c pqueue.c ssl_init.c \ - tls13_handshake.c tls13_key_schedule.c ssl_sigalgs.c + tls13_handshake.c tls13_key_schedule.c tls13_tlsext.c ssl_sigalgs.c SRCS+= s3_cbc.c SRCS+= bs_ber.c bs_cbb.c bs_cbs.c -- cgit v1.2.3-55-g6feb