diff options
author | beck <> | 2024-03-26 01:18:16 +0000 |
---|---|---|
committer | beck <> | 2024-03-26 01:18:16 +0000 |
commit | 483f2ababb7664c4227286f5c97b8c801dd2c725 (patch) | |
tree | 115739af594886c0549726b01753bd044afc9040 | |
parent | fb888d7aebe09de421f470f917b1cf40bf3d917a (diff) | |
download | openbsd-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/Makefile | 5 |
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 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
5 | SUBDIR += buffer | 5 | SUBDIR += buffer |
6 | SUBDIR += bytestring | 6 | SUBDIR += bytestring |
7 | SUBDIR += ciphers | 7 | SUBDIR += ciphers |
8 | SUBDIR += client | 8 | #Disable for now for upcoming changes. This needs to be easier to deal with. |
9 | #SUBDIR += client | ||
9 | SUBDIR += dtls | 10 | SUBDIR += dtls |
10 | SUBDIR += exporter | 11 | SUBDIR += exporter |
11 | SUBDIR += handshake | 12 | SUBDIR += handshake |