From 23177a7ae9e0558cbded9ec22f63a033a85bf2dd Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 2 Sep 2022 13:45:18 +0000 Subject: [PATCH] Unhook the old md4 and md5 tests --- regress/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 5448760a8f4..bda6d5f6601 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2022/09/02 13:38:56 tb Exp $ +# $OpenBSD: Makefile,v 1.48 2022/09/02 13:45:18 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -33,8 +33,6 @@ SUBDIR += idea SUBDIR += ige SUBDIR += init SUBDIR += md -SUBDIR += md4 -SUBDIR += md5 SUBDIR += objects SUBDIR += pbkdf2 SUBDIR += pem -- 2.20.1