Wire up QUIC regress.
authorjsing <jsing@openbsd.org>
Sat, 27 Aug 2022 09:23:17 +0000 (09:23 +0000)
committerjsing <jsing@openbsd.org>
Sat, 27 Aug 2022 09:23:17 +0000 (09:23 +0000)
regress/lib/libssl/Makefile

index 1b85296..a79a631 100644 (file)
@@ -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