diff options
author | tb <> | 2023-07-12 07:03:24 +0000 |
---|---|---|
committer | tb <> | 2023-07-12 07:03:24 +0000 |
commit | f532be657a33431b435c155c9368a7905da997a4 (patch) | |
tree | f9084106de1aca0a9c19ad8759bf3b2b07223fbc /src/regress/lib | |
parent | 049ccb9764809d006b82956fed9d76fe3971bbcf (diff) | |
download | openbsd-f532be657a33431b435c155c9368a7905da997a4.tar.gz openbsd-f532be657a33431b435c155c9368a7905da997a4.tar.bz2 openbsd-f532be657a33431b435c155c9368a7905da997a4.zip |
Reenable clienttest and servertest
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index f9919404f2..b9e2afd2e0 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.52 2023/07/02 17:21:32 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.53 2023/07/12 07:03:24 tb 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 | SUBDIR += client |
9 | SUBDIR += dtls | 9 | SUBDIR += dtls |
10 | SUBDIR += exporter | 10 | SUBDIR += exporter |
11 | SUBDIR += handshake | 11 | SUBDIR += handshake |
@@ -13,7 +13,7 @@ SUBDIR += pqueue | |||
13 | SUBDIR += quic | 13 | SUBDIR += quic |
14 | SUBDIR += record | 14 | SUBDIR += record |
15 | SUBDIR += record_layer | 15 | SUBDIR += record_layer |
16 | #SUBDIR += server | 16 | SUBDIR += server |
17 | SUBDIR += ssl | 17 | SUBDIR += ssl |
18 | SUBDIR += tls | 18 | SUBDIR += tls |
19 | SUBDIR += tlsext | 19 | SUBDIR += tlsext |