From b9ba33b0c7f77fc7b3e33c32ded38da7ee4c7c55 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 20 Jan 2020 13:10:37 +0000 Subject: Provide an error framework for use with the TLSv1.3 code. This is based on the libtls error handling code, but adds machine readable codes and subcodes. We then map these codes back to libssl error codes. ok beck@ inoguchi@ --- 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 778b525224..e3b9a5cac9 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2019/11/17 06:35:30 jsing Exp $ +# $OpenBSD: Makefile,v 1.58 2020/01/20 13:10:37 jsing Exp $ .include .ifndef NOMAN @@ -67,6 +67,7 @@ SRCS= \ t1_lib.c \ tls13_buffer.c \ tls13_client.c \ + tls13_error.c \ tls13_handshake.c \ tls13_handshake_msg.c \ tls13_key_schedule.c \ -- cgit v1.2.3-55-g6feb