diff options
author | tb <> | 2021-08-30 17:34:32 +0000 |
---|---|---|
committer | tb <> | 2021-08-30 17:34:32 +0000 |
commit | 3ed421833eda880e728ee2dcbb9b843589478a92 (patch) | |
tree | ee34ba9ac1b5376bd80e72597d2e67724d81606a | |
parent | 769a0eb675541b26164c2614afd360bc503be92a (diff) | |
download | openbsd-3ed421833eda880e728ee2dcbb9b843589478a92.tar.gz openbsd-3ed421833eda880e728ee2dcbb9b843589478a92.tar.bz2 openbsd-3ed421833eda880e728ee2dcbb9b843589478a92.zip |
hook verify regress test to build
-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 |