From: jsing Date: Sat, 27 Aug 2022 09:23:17 +0000 (+0000) Subject: Wire up QUIC regress. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b22f772fe914d448a99834efc201ec38d2e9cd08;p=openbsd Wire up QUIC regress. --- 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