summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2019-01-19 02:57:21 +0000
committerjsing <>2019-01-19 02:57:21 +0000
commit42054c37e8c4909fd3f52fef943929aa2affc6fd (patch)
treebc445dc519e777213fed5fea38aafd59d35c9da8 /src
parent16ec5ecfb1d1645f467a9a1af970763217cd5d86 (diff)
downloadopenbsd-42054c37e8c4909fd3f52fef943929aa2affc6fd.tar.gz
openbsd-42054c37e8c4909fd3f52fef943929aa2affc6fd.tar.bz2
openbsd-42054c37e8c4909fd3f52fef943929aa2affc6fd.zip
Hook record regress.
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