diff options
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index f9919404f2..b9e2afd2e0 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.52 2023/07/02 17:21:32 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.53 2023/07/12 07:03:24 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
5 | SUBDIR += buffer | 5 | SUBDIR += buffer |
6 | SUBDIR += bytestring | 6 | 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 += exporter |
11 | SUBDIR += handshake | 11 | SUBDIR += handshake |
@@ -13,7 +13,7 @@ SUBDIR += pqueue | |||
13 | SUBDIR += quic | 13 | SUBDIR += quic |
14 | SUBDIR += record | 14 | SUBDIR += record |
15 | SUBDIR += record_layer | 15 | SUBDIR += record_layer |
16 | #SUBDIR += server | 16 | SUBDIR += server |
17 | SUBDIR += ssl | 17 | SUBDIR += ssl |
18 | SUBDIR += tls | 18 | SUBDIR += tls |
19 | SUBDIR += tlsext | 19 | SUBDIR += tlsext |