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
commitd0be06ebc987fd2d35515b93651cc045e7955eea (patch)
treef4644d5b27c1bd7aa019353f690fc10908b5317f /src
parent2fbbc2de198d3130fbc344026d01e4335ef1e222 (diff)
downloadopenbsd-d0be06ebc987fd2d35515b93651cc045e7955eea.tar.gz
openbsd-d0be06ebc987fd2d35515b93651cc045e7955eea.tar.bz2
openbsd-d0be06ebc987fd2d35515b93651cc045e7955eea.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