From 4ec7d3d391f9e006f388e4e281fb789c8fc3ff62 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 20 Oct 2022 07:38:05 +0000 Subject: Link rust-openssl to regress --- src/regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index a79a631eed..91ac8958e0 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2022/08/27 09:23:17 jsing Exp $ +# $OpenBSD: Makefile,v 1.50 2022/10/20 07:38:05 tb Exp $ SUBDIR += api SUBDIR += asn1 @@ -23,6 +23,7 @@ SUBDIR += verify # Things that take a long time should go below here. SUBDIR += openssl-ruby +SUBDIR += rust-openssl SUBDIR += tlsfuzzer SUBDIR += interop -- cgit v1.2.3-55-g6feb