summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2020-04-06 16:53:45 +0000
committerjsing <jsing@openbsd.org>2020-04-06 16:53:45 +0000
commit52df65190f3094cf54b39634757b8615519d84de (patch)
treef94023c4546b3667b91cd4829fe09ae2d7f7ad2b
parentMinor code improvements. (diff)
downloadwireguard-openbsd-52df65190f3094cf54b39634757b8615519d84de.tar.xz
wireguard-openbsd-52df65190f3094cf54b39634757b8615519d84de.zip
Re-enable the client test now that it passes again.
-rw-r--r--regress/lib/libssl/Makefile4
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