From ebe128ca73ce7d178a186b93684c8bf8577f3b80 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 25 Apr 2021 13:15:23 +0000 Subject: Clean up derivation of finished/peer finished. Make this process more readable by having specific client/server functions, calling the correct one based on s->server. This allows to remove various SSL_ST_ACCEPT/SSL_ST_CONNECT checks, along with duplicate code. 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 e4ad5f36f7..d6730a5e04 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2020/10/03 18:01:55 jsing Exp $ +# $OpenBSD: Makefile,v 1.69 2021/04/25 13:15:22 jsing Exp $ .include .ifndef NOMAN @@ -67,6 +67,7 @@ SRCS= \ ssl_versions.c \ t1_enc.c \ t1_lib.c \ + tls12_lib.c \ tls12_record_layer.c \ tls13_buffer.c \ tls13_client.c \ -- cgit v1.2.3-55-g6feb