summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2022-08-27 09:23:17 +0000
committerjsing <>2022-08-27 09:23:17 +0000
commit4a0ae31bdb06b27f78451c8c1db7721548be311e (patch)
tree93c43531f3c3600a78addcfdee980d8d8ac00421 /src
parentd9faea725263e27d0a42fe48d08660ff229dd15b (diff)
downloadopenbsd-4a0ae31bdb06b27f78451c8c1db7721548be311e.tar.gz
openbsd-4a0ae31bdb06b27f78451c8c1db7721548be311e.tar.bz2
openbsd-4a0ae31bdb06b27f78451c8c1db7721548be311e.zip
Wire up QUIC regress.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.48 2022/01/05 09:59:39 jsing Exp $ 1# $OpenBSD: Makefile,v 1.49 2022/08/27 09:23:17 jsing Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -9,6 +9,7 @@ SUBDIR += client
9SUBDIR += dtls 9SUBDIR += dtls
10SUBDIR += handshake 10SUBDIR += handshake
11SUBDIR += pqueue 11SUBDIR += pqueue
12SUBDIR += quic
12SUBDIR += record 13SUBDIR += record
13SUBDIR += record_layer 14SUBDIR += record_layer
14SUBDIR += server 15SUBDIR += server