From 323a1733cd67e6fec6b78516db24c552f140415b Mon Sep 17 00:00:00 2001 From: beck Date: Tue, 26 Mar 2024 01:18:16 +0000 Subject: [PATCH] Disable client handshake test for now for pending changes. ok jsing@ --- regress/lib/libssl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 94c980fc6d8..c1a6018f980 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.55 2024/01/19 08:29:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.56 2024/03/26 01:18:16 beck Exp $ SUBDIR += api SUBDIR += asn1 SUBDIR += buffer SUBDIR += bytestring SUBDIR += ciphers -SUBDIR += client +#Disable for now for upcoming changes. This needs to be easier to deal with. +#SUBDIR += client SUBDIR += dtls SUBDIR += exporter SUBDIR += handshake -- 2.20.1