diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2024-01-19 08:29:27 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2024-01-19 08:29:27 +0000 |
commit | d9dbacd31c5f7595a51c50a7ccef91294d43ea55 (patch) | |
tree | 8e88137177e44db2b7e6ec39d9cd302506232f98 /regress | |
parent | ae75d73baddd89799e54bebc0feea545c92ad65b (diff) |
Enable shutdown regress test.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 35323e2c402..94c980fc6d8 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2023/07/15 19:32:54 tb Exp $ +# $OpenBSD: Makefile,v 1.55 2024/01/19 08:29:26 jsing Exp $ SUBDIR += api SUBDIR += asn1 @@ -14,6 +14,7 @@ SUBDIR += quic SUBDIR += record SUBDIR += record_layer SUBDIR += server +SUBDIR += shutdown SUBDIR += ssl SUBDIR += symbols SUBDIR += tls |