diff options
| author | tb <> | 2022-10-20 07:38:05 +0000 |
|---|---|---|
| committer | tb <> | 2022-10-20 07:38:05 +0000 |
| commit | ec56366d7977d17889515b1e1e7bb746f2aa47c8 (patch) | |
| tree | f7ec7ceb3aee6a873715cbe783dd239ba712df0e /src | |
| parent | 6ef02c2707dc554983552781e5b767ae8103de15 (diff) | |
| download | openbsd-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/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 | ||
