From d0be06ebc987fd2d35515b93651cc045e7955eea Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 21 May 2020 10:46:29 +0000 Subject: hook tlsfuzzer to regress --- src/regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.38 2020/04/06 16:53:45 jsing Exp $ +# $OpenBSD: Makefile,v 1.39 2020/05/21 10:46:29 tb Exp $ SUBDIR += asn1 SUBDIR += buffer @@ -17,6 +17,7 @@ SUBDIR += unit # Things that take a long time should go below here. SUBDIR += interop +SUBDIR += tlsfuzzer install: -- cgit v1.2.3-55-g6feb