diff options
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 | ||
