diff options
-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 |