diff options
| author | beck <> | 2024-03-26 01:18:16 +0000 |
|---|---|---|
| committer | beck <> | 2024-03-26 01:18:16 +0000 |
| commit | ebdcc8002417fb6beeaba6b824c03ca967ac751b (patch) | |
| tree | 115739af594886c0549726b01753bd044afc9040 /src | |
| parent | ee7e62cdf4d4e04bf4fda6d714413ae19ff1f2ae (diff) | |
| download | openbsd-ebdcc8002417fb6beeaba6b824c03ca967ac751b.tar.gz openbsd-ebdcc8002417fb6beeaba6b824c03ca967ac751b.tar.bz2 openbsd-ebdcc8002417fb6beeaba6b824c03ca967ac751b.zip | |
Disable client handshake test for now for pending changes.
ok jsing@
Diffstat (limited to 'src')
| -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 |
