From 42054c37e8c4909fd3f52fef943929aa2affc6fd Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 19 Jan 2019 02:57:21 +0000 Subject: Hook record regress. --- src/regress/lib/libssl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.33 2019/01/17 06:46:10 jsing Exp $ +# $OpenBSD: Makefile,v 1.34 2019/01/19 02:57:21 jsing Exp $ SUBDIR += asn1 SUBDIR += buffer @@ -6,11 +6,13 @@ SUBDIR += bytestring SUBDIR += ciphers SUBDIR += client SUBDIR += pqueue +SUBDIR += record SUBDIR += server SUBDIR += ssl SUBDIR += tlsext SUBDIR += key_schedule SUBDIR += unit + # Things that take a long time should go below here. SUBDIR += interop -- cgit v1.2.3-55-g6feb