From d2039e7348559d4183f5d055e691e70e1dadf349 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 23 Oct 2021 13:12:14 +0000 Subject: Rename tls13_buffer to tls_buffer. This code will soon be used in the DTLSv1.2 and TLSv1.2 stack. Also introduce tls_internal.h and move/rename the read/write/flush callbacks. ok beck@ tb@ --- 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 d468308c7e..82e139911e 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2021/09/04 16:26:12 jsing Exp $ +# $OpenBSD: Makefile,v 1.72 2021/10/23 13:12:14 jsing Exp $ .include .ifndef NOMAN @@ -70,7 +70,6 @@ SRCS= \ tls12_key_schedule.c \ tls12_lib.c \ tls12_record_layer.c \ - tls13_buffer.c \ tls13_client.c \ tls13_error.c \ tls13_handshake.c \ @@ -82,6 +81,7 @@ SRCS= \ tls13_record.c \ tls13_record_layer.c \ tls13_server.c \ + tls_buffer.c \ tls_content.c HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h -- cgit v1.2.3-55-g6feb