Disable client handshake test for now for pending changes.
authorbeck <beck@openbsd.org>
Tue, 26 Mar 2024 01:18:16 +0000 (01:18 +0000)
committerbeck <beck@openbsd.org>
Tue, 26 Mar 2024 01:18:16 +0000 (01:18 +0000)
ok jsing@

regress/lib/libssl/Makefile

index 94c980f..c1a6018 100644 (file)
@@ -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