From 483f2ababb7664c4227286f5c97b8c801dd2c725 Mon Sep 17 00:00:00 2001 From: beck <> Date: Tue, 26 Mar 2024 01:18:16 +0000 Subject: Disable client handshake test for now for pending changes. ok jsing@ --- src/regress/lib/libssl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 94c980fc6d..c1a6018f98 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb