Reenable clienttest and servertest
authortb <tb@openbsd.org>
Wed, 12 Jul 2023 07:03:24 +0000 (07:03 +0000)
committertb <tb@openbsd.org>
Wed, 12 Jul 2023 07:03:24 +0000 (07:03 +0000)
regress/lib/libssl/Makefile

index f991940..b9e2afd 100644 (file)
@@ -1,11 +1,11 @@
-#      $OpenBSD: Makefile,v 1.52 2023/07/02 17:21:32 beck Exp $
+#      $OpenBSD: Makefile,v 1.53 2023/07/12 07:03:24 tb Exp $
 
 SUBDIR += api
 SUBDIR += asn1
 SUBDIR += buffer
 SUBDIR += bytestring
 SUBDIR += ciphers
-#SUBDIR += client
+SUBDIR += client
 SUBDIR += dtls
 SUBDIR += exporter
 SUBDIR += handshake
@@ -13,7 +13,7 @@ SUBDIR += pqueue
 SUBDIR += quic
 SUBDIR += record
 SUBDIR += record_layer
-#SUBDIR += server
+SUBDIR += server
 SUBDIR += ssl
 SUBDIR += tls
 SUBDIR += tlsext