From f532be657a33431b435c155c9368a7905da997a4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 12 Jul 2023 07:03:24 +0000 Subject: Reenable clienttest and servertest --- src/regress/lib/libssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ -# $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 -- cgit v1.2.3-55-g6feb