summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2024-03-26 01:18:16 +0000
committerbeck <>2024-03-26 01:18:16 +0000
commit483f2ababb7664c4227286f5c97b8c801dd2c725 (patch)
tree115739af594886c0549726b01753bd044afc9040
parentfb888d7aebe09de421f470f917b1cf40bf3d917a (diff)
downloadopenbsd-483f2ababb7664c4227286f5c97b8c801dd2c725.tar.gz
openbsd-483f2ababb7664c4227286f5c97b8c801dd2c725.tar.bz2
openbsd-483f2ababb7664c4227286f5c97b8c801dd2c725.zip
Disable client handshake test for now for pending changes.
ok jsing@
-rw-r--r--src/regress/lib/libssl/Makefile5
1 files changed, 3 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.55 2024/01/19 08:29:26 jsing Exp $ 1# $OpenBSD: Makefile,v 1.56 2024/03/26 01:18:16 beck Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
5SUBDIR += buffer 5SUBDIR += buffer
6SUBDIR += bytestring 6SUBDIR += bytestring
7SUBDIR += ciphers 7SUBDIR += ciphers
8SUBDIR += client 8#Disable for now for upcoming changes. This needs to be easier to deal with.
9#SUBDIR += client
9SUBDIR += dtls 10SUBDIR += dtls
10SUBDIR += exporter 11SUBDIR += exporter
11SUBDIR += handshake 12SUBDIR += handshake