diff options
author | tb <> | 2020-05-21 10:46:29 +0000 |
---|---|---|
committer | tb <> | 2020-05-21 10:46:29 +0000 |
commit | afac324e18de721062d661aec878138036f65e24 (patch) | |
tree | f4644d5b27c1bd7aa019353f690fc10908b5317f /src | |
parent | 6ac97ed6937a4584df31ae522e3bc3739a31af2c (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += 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. |
19 | SUBDIR += interop | 19 | SUBDIR += interop |
20 | SUBDIR += tlsfuzzer | ||
20 | 21 | ||
21 | install: | 22 | install: |
22 | 23 | ||