From abb1a4efe9e640e46f9c48fbb1d225647c0f6b22 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 1 Sep 2022 14:03:29 +0000 Subject: [PATCH] Link sha test to regress --- regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index c98dc2dc5ca..319044c267e 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2022/06/28 15:46:07 bluhm Exp $ +# $OpenBSD: Makefile,v 1.45 2022/09/01 14:03:29 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -44,6 +44,7 @@ SUBDIR += rc2 SUBDIR += rc4 SUBDIR += rmd SUBDIR += rsa +SUBDIR += sha SUBDIR += sha1 SUBDIR += sha2 SUBDIR += sha256 -- 2.20.1