summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile4
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
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -6,11 +6,13 @@ SUBDIR += bytestring
6SUBDIR += ciphers 6SUBDIR += ciphers
7SUBDIR += client 7SUBDIR += client
8SUBDIR += pqueue 8SUBDIR += pqueue
9SUBDIR += record
9SUBDIR += server 10SUBDIR += server
10SUBDIR += ssl 11SUBDIR += ssl
11SUBDIR += tlsext 12SUBDIR += tlsext
12SUBDIR += key_schedule 13SUBDIR += key_schedule
13SUBDIR += unit 14SUBDIR += unit
15
14# Things that take a long time should go below here. 16# Things that take a long time should go below here.
15SUBDIR += interop 17SUBDIR += interop
16 18