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 35323e2c40..94c980fc6d 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.54 2023/07/15 19:32:54 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.55 2024/01/19 08:29:26 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
@@ -14,6 +14,7 @@ SUBDIR += quic | |||
14 | SUBDIR += record | 14 | SUBDIR += record |
15 | SUBDIR += record_layer | 15 | SUBDIR += record_layer |
16 | SUBDIR += server | 16 | SUBDIR += server |
17 | SUBDIR += shutdown | ||
17 | SUBDIR += ssl | 18 | SUBDIR += ssl |
18 | SUBDIR += symbols | 19 | SUBDIR += symbols |
19 | SUBDIR += tls | 20 | SUBDIR += tls |