From c2ad8638f58cbd43a56aca562764352d4de36953 Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 19 Jan 2024 08:29:26 +0000 Subject: [PATCH] Enable shutdown regress test. --- regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 35323e2c402..94c980fc6d8 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2023/07/15 19:32:54 tb Exp $ +# $OpenBSD: Makefile,v 1.55 2024/01/19 08:29:26 jsing Exp $ SUBDIR += api SUBDIR += asn1 @@ -14,6 +14,7 @@ SUBDIR += quic SUBDIR += record SUBDIR += record_layer SUBDIR += server +SUBDIR += shutdown SUBDIR += ssl SUBDIR += symbols SUBDIR += tls -- 2.20.1