diff options
author | jsing <> | 2025-02-01 12:27:11 +0000 |
---|---|---|
committer | jsing <> | 2025-02-01 12:27:11 +0000 |
commit | 68f6e90022f7f35d4c05cd703e67be40e085329e (patch) | |
tree | c087df0f3cb82a50d340be5c51efa78ef489cc04 | |
parent | 8b5aa2be02fddefe37efbe1e70282237c9f82f9a (diff) | |
download | openbsd-68f6e90022f7f35d4c05cd703e67be40e085329e.tar.gz openbsd-68f6e90022f7f35d4c05cd703e67be40e085329e.tar.bz2 openbsd-68f6e90022f7f35d4c05cd703e67be40e085329e.zip |
Hook renegotiation regress.
-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 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 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += asn1 |
@@ -13,6 +13,7 @@ SUBDIR += pqueue | |||
13 | SUBDIR += quic | 13 | SUBDIR += quic |
14 | SUBDIR += record | 14 | SUBDIR += record |
15 | SUBDIR += record_layer | 15 | SUBDIR += record_layer |
16 | SUBDIR += renegotiation | ||
16 | SUBDIR += server | 17 | SUBDIR += server |
17 | SUBDIR += shutdown | 18 | SUBDIR += shutdown |
18 | SUBDIR += ssl | 19 | SUBDIR += ssl |