diff options
| author | jsing <> | 2024-01-19 08:29:26 +0000 |
|---|---|---|
| committer | jsing <> | 2024-01-19 08:29:26 +0000 |
| commit | 502845cb6c29b8882b712acc681e421587a3f84b (patch) | |
| tree | 2805dd627d07ddad9b3cee9762561fa40beb8dbd /src | |
| parent | 3d9800133cfe170c9c442d27469ee41fbc756d0f (diff) | |
| download | openbsd-502845cb6c29b8882b712acc681e421587a3f84b.tar.gz openbsd-502845cb6c29b8882b712acc681e421587a3f84b.tar.bz2 openbsd-502845cb6c29b8882b712acc681e421587a3f84b.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 |
