diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-08-30 17:34:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-08-30 17:34:33 +0000 |
commit | 2ed3f8ff045a7c2191e9d4219eada98734ddb4d4 (patch) | |
tree | 95ce293fcc842b5a0cab2d21c1f4753ff5c84bfa /regress | |
parent | 22e8284ebc50a3bc7d01f4ad11ad4203c3a24cb7 (diff) |
hook verify regress test to build
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 934f8ba4e60..07a35d983d1 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2021/08/30 17:34:01 tb Exp $ +# $OpenBSD: Makefile,v 1.46 2021/08/30 17:34:32 tb Exp $ SUBDIR += asn1 SUBDIR += buffer @@ -16,6 +16,7 @@ SUBDIR += tlsext SUBDIR += tlslegacy SUBDIR += key_schedule SUBDIR += unit +SUBDIR += verify # Things that take a long time should go below here. SUBDIR += openssl-ruby |