diff options
author | jsing <> | 2024-01-19 08:29:26 +0000 |
---|---|---|
committer | jsing <> | 2024-01-19 08:29:26 +0000 |
commit | b3ad0ad004d3d681310fe0d75cda8331381c5869 (patch) | |
tree | 2805dd627d07ddad9b3cee9762561fa40beb8dbd /src | |
parent | f70bb2029fa359f8b1d20005d789ee89c8c73875 (diff) | |
download | openbsd-b3ad0ad004d3d681310fe0d75cda8331381c5869.tar.gz openbsd-b3ad0ad004d3d681310fe0d75cda8331381c5869.tar.bz2 openbsd-b3ad0ad004d3d681310fe0d75cda8331381c5869.zip |
Enable shutdown regress test.
Diffstat (limited to 'src')
-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 |