diff options
author | tb <> | 2022-10-20 07:38:05 +0000 |
---|---|---|
committer | tb <> | 2022-10-20 07:38:05 +0000 |
commit | 4ec7d3d391f9e006f388e4e281fb789c8fc3ff62 (patch) | |
tree | f7ec7ceb3aee6a873715cbe783dd239ba712df0e /src | |
parent | 3bbff013bcfa15ca2d1250db14938c903a89a1c4 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR += api | 3 | SUBDIR += api |
4 | SUBDIR += asn1 | 4 | SUBDIR += 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. |
25 | SUBDIR += openssl-ruby | 25 | SUBDIR += openssl-ruby |
26 | SUBDIR += rust-openssl | ||
26 | SUBDIR += tlsfuzzer | 27 | SUBDIR += tlsfuzzer |
27 | SUBDIR += interop | 28 | SUBDIR += interop |
28 | 29 | ||