summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2022-08-27 09:23:17 +0000
committerjsing <>2022-08-27 09:23:17 +0000
commit88b782fe902b461e11c8f4311d512c053cfe8864 (patch)
tree93c43531f3c3600a78addcfdee980d8d8ac00421
parent9d178980770e546a7b42870a9f7140415a048dfe (diff)
downloadopenbsd-88b782fe902b461e11c8f4311d512c053cfe8864.tar.gz
openbsd-88b782fe902b461e11c8f4311d512c053cfe8864.tar.bz2
openbsd-88b782fe902b461e11c8f4311d512c053cfe8864.zip
Wire up QUIC regress.
-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