From b4dba776b53e94077ded196b61300b5bb1c44269 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 6 Apr 2020 16:53:45 +0000 Subject: Re-enable the client test now that it passes again. --- src/regress/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 678016e050..f203fa7ed9 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2020/03/13 16:04:31 jsing Exp $ +# $OpenBSD: Makefile,v 1.38 2020/04/06 16:53:45 jsing Exp $ SUBDIR += asn1 SUBDIR += buffer SUBDIR += bytestring SUBDIR += ciphers -#SUBDIR += client +SUBDIR += client SUBDIR += handshake SUBDIR += pqueue SUBDIR += record -- cgit v1.2.3-55-g6feb