summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2021-08-30 17:34:32 +0000
committertb <>2021-08-30 17:34:32 +0000
commit3ed421833eda880e728ee2dcbb9b843589478a92 (patch)
treeee34ba9ac1b5376bd80e72597d2e67724d81606a
parent769a0eb675541b26164c2614afd360bc503be92a (diff)
downloadopenbsd-3ed421833eda880e728ee2dcbb9b843589478a92.tar.gz
openbsd-3ed421833eda880e728ee2dcbb9b843589478a92.tar.bz2
openbsd-3ed421833eda880e728ee2dcbb9b843589478a92.zip
hook verify regress test to build
-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 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
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -16,6 +16,7 @@ SUBDIR += tlsext
16SUBDIR += tlslegacy 16SUBDIR += tlslegacy
17SUBDIR += key_schedule 17SUBDIR += key_schedule
18SUBDIR += unit 18SUBDIR += unit
19SUBDIR += 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.
21SUBDIR += openssl-ruby 22SUBDIR += openssl-ruby