diff options
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 956b7e964e..1df48f2525 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.42 2020/10/14 15:53:22 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.43 2021/05/03 18:31:40 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -18,6 +18,7 @@ SUBDIR += key_schedule | |||
18 | SUBDIR += unit | 18 | SUBDIR += unit |
19 | 19 | ||
20 | # Things that take a long time should go below here. | 20 | # Things that take a long time should go below here. |
21 | SUBDIR += openssl-ruby | ||
21 | SUBDIR += tlsfuzzer | 22 | SUBDIR += tlsfuzzer |
22 | SUBDIR += interop | 23 | SUBDIR += interop |
23 | 24 | ||