summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-04-06 16:53:45 +0000
committerjsing <>2020-04-06 16:53:45 +0000
commit45824837216b6908592e42945b8372aba29c9641 (patch)
tree643108e9cafaece7986de9335052b15da7cf2c02 /src
parentdcf3abfaf99f1ee2dd47359a1944c479eaddf9bd (diff)
downloadopenbsd-45824837216b6908592e42945b8372aba29c9641.tar.gz
openbsd-45824837216b6908592e42945b8372aba29c9641.tar.bz2
openbsd-45824837216b6908592e42945b8372aba29c9641.zip
Re-enable the client test now that it passes again.
Diffstat (limited to 'src')
-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