summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2025-02-01 12:27:11 +0000
committerjsing <>2025-02-01 12:27:11 +0000
commit68f6e90022f7f35d4c05cd703e67be40e085329e (patch)
treec087df0f3cb82a50d340be5c51efa78ef489cc04
parent8b5aa2be02fddefe37efbe1e70282237c9f82f9a (diff)
downloadopenbsd-68f6e90022f7f35d4c05cd703e67be40e085329e.tar.gz
openbsd-68f6e90022f7f35d4c05cd703e67be40e085329e.tar.bz2
openbsd-68f6e90022f7f35d4c05cd703e67be40e085329e.zip
Hook renegotiation regress.
-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 d6dbc2f8eb..e0813b40b3 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.57 2024/04/22 07:31:54 anton Exp $ 1# $OpenBSD: Makefile,v 1.58 2025/02/01 12:27:11 jsing Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -13,6 +13,7 @@ SUBDIR += pqueue
13SUBDIR += quic 13SUBDIR += quic
14SUBDIR += record 14SUBDIR += record
15SUBDIR += record_layer 15SUBDIR += record_layer
16SUBDIR += renegotiation
16SUBDIR += server 17SUBDIR += server
17SUBDIR += shutdown 18SUBDIR += shutdown
18SUBDIR += ssl 19SUBDIR += ssl