summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2021-08-30 17:34:32 +0000
committertb <>2021-08-30 17:34:32 +0000
commit6393c4c396b73d9fc525e433ed407225e44a7d4c (patch)
treeee34ba9ac1b5376bd80e72597d2e67724d81606a
parente501ef18aa9f692de97c6b92c6bfabf63c669322 (diff)
downloadopenbsd-6393c4c396b73d9fc525e433ed407225e44a7d4c.tar.gz
openbsd-6393c4c396b73d9fc525e433ed407225e44a7d4c.tar.bz2
openbsd-6393c4c396b73d9fc525e433ed407225e44a7d4c.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