diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index a6b93eed42..078f750842 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.39 2020/05/21 10:46:29 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.40 2020/09/21 15:13:24 beck Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -16,8 +16,8 @@ SUBDIR += key_schedule | |||
16 | SUBDIR += unit | 16 | 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 | ||
20 | SUBDIR += tlsfuzzer | 19 | SUBDIR += tlsfuzzer |
20 | SUBDIR += interop | ||
21 | 21 | ||
22 | install: | 22 | install: |
23 | 23 | ||