diff options
| author | tb <> | 2021-08-30 17:34:32 +0000 |
|---|---|---|
| committer | tb <> | 2021-08-30 17:34:32 +0000 |
| commit | 6393c4c396b73d9fc525e433ed407225e44a7d4c (patch) | |
| tree | ee34ba9ac1b5376bd80e72597d2e67724d81606a /src | |
| parent | e501ef18aa9f692de97c6b92c6bfabf63c669322 (diff) | |
| download | openbsd-6393c4c396b73d9fc525e433ed407225e44a7d4c.tar.gz openbsd-6393c4c396b73d9fc525e433ed407225e44a7d4c.tar.bz2 openbsd-6393c4c396b73d9fc525e433ed407225e44a7d4c.zip | |
hook verify regress test to build
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 934f8ba4e6..07a35d983d 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.45 2021/08/30 17:34:01 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.46 2021/08/30 17:34:32 tb Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
| 4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
| @@ -16,6 +16,7 @@ SUBDIR += tlsext | |||
| 16 | SUBDIR += tlslegacy | 16 | SUBDIR += tlslegacy |
| 17 | SUBDIR += key_schedule | 17 | SUBDIR += key_schedule |
| 18 | SUBDIR += unit | 18 | SUBDIR += unit |
| 19 | SUBDIR += verify | ||
| 19 | 20 | ||
| 20 | # Things that take a long time should go below here. | 21 | # Things that take a long time should go below here. |
| 21 | SUBDIR += openssl-ruby | 22 | SUBDIR += openssl-ruby |
