diff options
author | jsing <> | 2020-04-06 16:53:45 +0000 |
---|---|---|
committer | jsing <> | 2020-04-06 16:53:45 +0000 |
commit | b4dba776b53e94077ded196b61300b5bb1c44269 (patch) | |
tree | 643108e9cafaece7986de9335052b15da7cf2c02 | |
parent | d6eb5b361e5fc15612c787bcf5b4d71f74a9a1f0 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
5 | SUBDIR += bytestring | 5 | SUBDIR += bytestring |
6 | SUBDIR += ciphers | 6 | SUBDIR += ciphers |
7 | #SUBDIR += client | 7 | SUBDIR += client |
8 | SUBDIR += handshake | 8 | SUBDIR += handshake |
9 | SUBDIR += pqueue | 9 | SUBDIR += pqueue |
10 | SUBDIR += record | 10 | SUBDIR += record |