diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-12 07:03:25 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-12 07:03:25 +0000 |
commit | b22c46d30214d87f5195a4e91da1387927decba3 (patch) | |
tree | fa6e9fb41becf2e3c7db28d813c2579fb551aba5 /regress/lib/libssl | |
parent | e62a2d111df395213c71f8b89889b68778cdf82f (diff) |
Reenable clienttest and servertest
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r-- | regress/lib/libssl/Makefile | 6 |
1 files 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 |