From 847ce4cfebc66f76ed5ff7a9da842b59c8b1c75a Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 12 Jul 2023 07:03:24 +0000 Subject: [PATCH] Reenable clienttest and servertest --- regress/lib/libssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index f9919404f23..b9e2afd2e03 100644 --- a/regress/lib/libssl/Makefile +++ b/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 -- 2.20.1