diff options
author | jsing <> | 2022-08-27 09:23:17 +0000 |
---|---|---|
committer | jsing <> | 2022-08-27 09:23:17 +0000 |
commit | 88b782fe902b461e11c8f4311d512c053cfe8864 (patch) | |
tree | 93c43531f3c3600a78addcfdee980d8d8ac00421 | |
parent | 9d178980770e546a7b42870a9f7140415a048dfe (diff) | |
download | openbsd-88b782fe902b461e11c8f4311d512c053cfe8864.tar.gz openbsd-88b782fe902b461e11c8f4311d512c053cfe8864.tar.bz2 openbsd-88b782fe902b461e11c8f4311d512c053cfe8864.zip |
Wire up QUIC regress.
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
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 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
@@ -9,6 +9,7 @@ SUBDIR += client | |||
9 | SUBDIR += dtls | 9 | SUBDIR += dtls |
10 | SUBDIR += handshake | 10 | SUBDIR += handshake |
11 | SUBDIR += pqueue | 11 | SUBDIR += pqueue |
12 | SUBDIR += quic | ||
12 | SUBDIR += record | 13 | SUBDIR += record |
13 | SUBDIR += record_layer | 14 | SUBDIR += record_layer |
14 | SUBDIR += server | 15 | SUBDIR += server |