diff options
author | jsing <> | 2019-01-19 02:57:21 +0000 |
---|---|---|
committer | jsing <> | 2019-01-19 02:57:21 +0000 |
commit | 42054c37e8c4909fd3f52fef943929aa2affc6fd (patch) | |
tree | bc445dc519e777213fed5fea38aafd59d35c9da8 /src | |
parent | 16ec5ecfb1d1645f467a9a1af970763217cd5d86 (diff) | |
download | openbsd-42054c37e8c4909fd3f52fef943929aa2affc6fd.tar.gz openbsd-42054c37e8c4909fd3f52fef943929aa2affc6fd.tar.bz2 openbsd-42054c37e8c4909fd3f52fef943929aa2affc6fd.zip |
Hook record regress.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 2f092cc14e..c6475095ec 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.33 2019/01/17 06:46:10 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2019/01/19 02:57:21 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -6,11 +6,13 @@ SUBDIR += bytestring | |||
6 | SUBDIR += ciphers | 6 | SUBDIR += ciphers |
7 | SUBDIR += client | 7 | SUBDIR += client |
8 | SUBDIR += pqueue | 8 | SUBDIR += pqueue |
9 | SUBDIR += record | ||
9 | SUBDIR += server | 10 | SUBDIR += server |
10 | SUBDIR += ssl | 11 | SUBDIR += ssl |
11 | SUBDIR += tlsext | 12 | SUBDIR += tlsext |
12 | SUBDIR += key_schedule | 13 | SUBDIR += key_schedule |
13 | SUBDIR += unit | 14 | SUBDIR += unit |
15 | |||
14 | # Things that take a long time should go below here. | 16 | # Things that take a long time should go below here. |
15 | SUBDIR += interop | 17 | SUBDIR += interop |
16 | 18 | ||