summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile3
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
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -18,6 +18,7 @@ SUBDIR += key_schedule
18SUBDIR += unit 18SUBDIR += 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.
21SUBDIR += openssl-ruby
21SUBDIR += tlsfuzzer 22SUBDIR += tlsfuzzer
22SUBDIR += interop 23SUBDIR += interop
23 24