diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2020-04-06 16:53:46 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2020-04-06 16:53:46 +0000 |
commit | 48ea302995e31f93118ba1b5657252cdf923aa53 (patch) | |
tree | 89810529515b306b8e797d173fdf5ebdd5666843 /regress | |
parent | 42e071f11d2d140c5ae7230d38981e3ff3de0be2 (diff) |
Re-enable the client test now that it passes again.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 678016e0508..f203fa7ed9e 100644 --- a/regress/lib/libssl/Makefile +++ b/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 |