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 d6dbc2f8eb..e0813b40b3 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.57 2024/04/22 07:31:54 anton Exp $ | 1 | # $OpenBSD: Makefile,v 1.58 2025/02/01 12:27:11 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
@@ -13,6 +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 += renegotiation | ||
16 | SUBDIR += server | 17 | SUBDIR += server |
17 | SUBDIR += shutdown | 18 | SUBDIR += shutdown |
18 | SUBDIR += ssl | 19 | SUBDIR += ssl |