summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-10-20 07:38:05 +0000
committertb <>2022-10-20 07:38:05 +0000
commitec56366d7977d17889515b1e1e7bb746f2aa47c8 (patch)
treef7ec7ceb3aee6a873715cbe783dd239ba712df0e /src
parent6ef02c2707dc554983552781e5b767ae8103de15 (diff)
downloadopenbsd-ec56366d7977d17889515b1e1e7bb746f2aa47c8.tar.gz
openbsd-ec56366d7977d17889515b1e1e7bb746f2aa47c8.tar.bz2
openbsd-ec56366d7977d17889515b1e1e7bb746f2aa47c8.zip
Link rust-openssl to regress
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 a79a631eed..91ac8958e0 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.49 2022/08/27 09:23:17 jsing Exp $ 1# $OpenBSD: Makefile,v 1.50 2022/10/20 07:38:05 tb Exp $
2 2
3SUBDIR += api 3SUBDIR += api
4SUBDIR += asn1 4SUBDIR += asn1
@@ -23,6 +23,7 @@ SUBDIR += verify
23 23
24# Things that take a long time should go below here. 24# Things that take a long time should go below here.
25SUBDIR += openssl-ruby 25SUBDIR += openssl-ruby
26SUBDIR += rust-openssl
26SUBDIR += tlsfuzzer 27SUBDIR += tlsfuzzer
27SUBDIR += interop 28SUBDIR += interop
28 29