summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2020-05-21 10:46:29 +0000
committertb <>2020-05-21 10:46:29 +0000
commitafac324e18de721062d661aec878138036f65e24 (patch)
treef4644d5b27c1bd7aa019353f690fc10908b5317f /src
parent6ac97ed6937a4584df31ae522e3bc3739a31af2c (diff)
downloadopenbsd-afac324e18de721062d661aec878138036f65e24.tar.gz
openbsd-afac324e18de721062d661aec878138036f65e24.tar.bz2
openbsd-afac324e18de721062d661aec878138036f65e24.zip
hook tlsfuzzer to regress
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index f203fa7ed9..a6b93eed42 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.38 2020/04/06 16:53:45 jsing Exp $ 1# $OpenBSD: Makefile,v 1.39 2020/05/21 10:46:29 tb Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -17,6 +17,7 @@ SUBDIR += unit
17 17
18# Things that take a long time should go below here. 18# Things that take a long time should go below here.
19SUBDIR += interop 19SUBDIR += interop
20SUBDIR += tlsfuzzer
20 21
21install: 22install:
22 23