From: beck Date: Tue, 26 Mar 2024 01:18:16 +0000 (+0000) Subject: Disable client handshake test for now for pending changes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=323a1733cd67e6fec6b78516db24c552f140415b;p=openbsd Disable client handshake test for now for pending changes. ok jsing@ --- 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