From b22f772fe914d448a99834efc201ec38d2e9cd08 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 27 Aug 2022 09:23:17 +0000 Subject: [PATCH] Wire up QUIC regress. --- regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 1b852968f2f..a79a631eed0 100644 --- a/regress/lib/libssl/Makefile +++ b/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 -- 2.20.1