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
commit4ec7d3d391f9e006f388e4e281fb789c8fc3ff62 (patch)
treef7ec7ceb3aee6a873715cbe783dd239ba712df0e /src
parent3bbff013bcfa15ca2d1250db14938c903a89a1c4 (diff)
downloadopenbsd-4ec7d3d391f9e006f388e4e281fb789c8fc3ff62.tar.gz
openbsd-4ec7d3d391f9e006f388e4e281fb789c8fc3ff62.tar.bz2
openbsd-4ec7d3d391f9e006f388e4e281fb789c8fc3ff62.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