summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2024-01-19 08:29:26 +0000
committerjsing <>2024-01-19 08:29:26 +0000
commitb3ad0ad004d3d681310fe0d75cda8331381c5869 (patch)
tree2805dd627d07ddad9b3cee9762561fa40beb8dbd /src
parentf70bb2029fa359f8b1d20005d789ee89c8c73875 (diff)
downloadopenbsd-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/Makefile3
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
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -14,6 +14,7 @@ SUBDIR += quic
14SUBDIR += record 14SUBDIR += record
15SUBDIR += record_layer 15SUBDIR += record_layer
16SUBDIR += server 16SUBDIR += server
17SUBDIR += shutdown
17SUBDIR += ssl 18SUBDIR += ssl
18SUBDIR += symbols 19SUBDIR += symbols
19SUBDIR += tls 20SUBDIR += tls