summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-07-12 07:03:24 +0000
committertb <>2023-07-12 07:03:24 +0000
commitf532be657a33431b435c155c9368a7905da997a4 (patch)
treef9084106de1aca0a9c19ad8759bf3b2b07223fbc /src/regress/lib
parent049ccb9764809d006b82956fed9d76fe3971bbcf (diff)
downloadopenbsd-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/Makefile6
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
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
5SUBDIR += buffer 5SUBDIR += buffer
6SUBDIR += bytestring 6SUBDIR += bytestring
7SUBDIR += ciphers 7SUBDIR += ciphers
8#SUBDIR += client 8SUBDIR += client
9SUBDIR += dtls 9SUBDIR += dtls
10SUBDIR += exporter 10SUBDIR += exporter
11SUBDIR += handshake 11SUBDIR += handshake
@@ -13,7 +13,7 @@ SUBDIR += pqueue
13SUBDIR += quic 13SUBDIR += quic
14SUBDIR += record 14SUBDIR += record
15SUBDIR += record_layer 15SUBDIR += record_layer
16#SUBDIR += server 16SUBDIR += server
17SUBDIR += ssl 17SUBDIR += ssl
18SUBDIR += tls 18SUBDIR += tls
19SUBDIR += tlsext 19SUBDIR += tlsext