From 5f735a3461434640d40136e16e4af39aabed88f2 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 2 Sep 2022 11:16:03 +0000 Subject: [PATCH] Unhook old SHA tests --- regress/lib/libcrypto/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 319044c267e..35137403a56 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2022/09/01 14:03:29 tb Exp $ +# $OpenBSD: Makefile,v 1.46 2022/09/02 11:16:03 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -45,10 +45,7 @@ SUBDIR += rc4 SUBDIR += rmd SUBDIR += rsa SUBDIR += sha -SUBDIR += sha1 SUBDIR += sha2 -SUBDIR += sha256 -SUBDIR += sha512 SUBDIR += sm3 SUBDIR += sm4 SUBDIR += symbols -- 2.20.1