From 88b782fe902b461e11c8f4311d512c053cfe8864 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 27 Aug 2022 09:23:17 +0000 Subject: Wire up QUIC regress. --- src/regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 1b852968f2..a79a631eed 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2022/01/05 09:59:39 jsing Exp $ +# $OpenBSD: Makefile,v 1.49 2022/08/27 09:23:17 jsing Exp $ SUBDIR += api SUBDIR += asn1 @@ -9,6 +9,7 @@ SUBDIR += client SUBDIR += dtls SUBDIR += handshake SUBDIR += pqueue +SUBDIR += quic SUBDIR += record SUBDIR += record_layer SUBDIR += server -- cgit v1.2.3-55-g6feb