From 3ed421833eda880e728ee2dcbb9b843589478a92 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 30 Aug 2021 17:34:32 +0000 Subject: hook verify regress test to build --- src/regress/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -# $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 -- cgit v1.2.3-55-g6feb