diff options
| author | jsing <> | 2019-01-19 02:57:21 +0000 |
|---|---|---|
| committer | jsing <> | 2019-01-19 02:57:21 +0000 |
| commit | 0dd84cfff186017f1b35dbcd0f85e8555a26583f (patch) | |
| tree | bc445dc519e777213fed5fea38aafd59d35c9da8 | |
| parent | fc94e6152b12795c158625ab0bdf300283cd878e (diff) | |
| download | openbsd-0dd84cfff186017f1b35dbcd0f85e8555a26583f.tar.gz openbsd-0dd84cfff186017f1b35dbcd0f85e8555a26583f.tar.bz2 openbsd-0dd84cfff186017f1b35dbcd0f85e8555a26583f.zip | |
Hook record regress.
Diffstat (limited to '')
| -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 | ||
