summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-10-20 07:38:06 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-10-20 07:38:06 +0000
commitb9026da20e3043cd452fc1a187d697b17049ca8d (patch)
tree6063d781f307c5830e5bc9b2e0cf68c3b86bac1c /regress/lib/libssl
parent4b5415b2ec88b6620ded8126496e9ca34e6a38cc (diff)
Link rust-openssl to regress
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r--regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile
index a79a631eed0..91ac8958e02 100644
--- a/regress/lib/libssl/Makefile
+++ b/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