diff options
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-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 91ac8958e0..bae1248ab1 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.50 2022/10/20 07:38:05 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.51 2022/11/05 21:58:24 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
@@ -7,6 +7,7 @@ SUBDIR += bytestring | |||
7 | SUBDIR += ciphers | 7 | SUBDIR += ciphers |
8 | SUBDIR += client | 8 | SUBDIR += client |
9 | SUBDIR += dtls | 9 | SUBDIR += dtls |
10 | SUBDIR += exporter | ||
10 | SUBDIR += handshake | 11 | SUBDIR += handshake |
11 | SUBDIR += pqueue | 12 | SUBDIR += pqueue |
12 | SUBDIR += quic | 13 | SUBDIR += quic |