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 07a35d983d..ff06e0b0ba 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.46 2021/08/30 17:34:32 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.47 2021/10/23 14:34:10 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -12,6 +12,7 @@ SUBDIR += record | |||
12 | SUBDIR += record_layer | 12 | SUBDIR += record_layer |
13 | SUBDIR += server | 13 | SUBDIR += server |
14 | SUBDIR += ssl | 14 | SUBDIR += ssl |
15 | SUBDIR += tls | ||
15 | SUBDIR += tlsext | 16 | SUBDIR += tlsext |
16 | SUBDIR += tlslegacy | 17 | SUBDIR += tlslegacy |
17 | SUBDIR += key_schedule | 18 | SUBDIR += key_schedule |