summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2020-04-06 16:53:45 +0000
committerjsing <>2020-04-06 16:53:45 +0000
commitb4dba776b53e94077ded196b61300b5bb1c44269 (patch)
tree643108e9cafaece7986de9335052b15da7cf2c02
parentd6eb5b361e5fc15612c787bcf5b4d71f74a9a1f0 (diff)
downloadopenbsd-b4dba776b53e94077ded196b61300b5bb1c44269.tar.gz
openbsd-b4dba776b53e94077ded196b61300b5bb1c44269.tar.bz2
openbsd-b4dba776b53e94077ded196b61300b5bb1c44269.zip
Re-enable the client test now that it passes again.
-rw-r--r--src/regress/lib/libssl/Makefile4
1 files 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 @@
1# $OpenBSD: Makefile,v 1.37 2020/03/13 16:04:31 jsing Exp $ 1# $OpenBSD: Makefile,v 1.38 2020/04/06 16:53:45 jsing Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
5SUBDIR += bytestring 5SUBDIR += bytestring
6SUBDIR += ciphers 6SUBDIR += ciphers
7#SUBDIR += client 7SUBDIR += client
8SUBDIR += handshake 8SUBDIR += handshake
9SUBDIR += pqueue 9SUBDIR += pqueue
10SUBDIR += record 10SUBDIR += record