From 1281c683cd0f66b9aac27af569e3c4c11e803a88 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 31 Aug 2024 08:23:32 +0000 Subject: [PATCH] unhook whirlpool from the tree --- regress/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 01db7a5dc70..d812cd9db90 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $ SUBDIR += aead SUBDIR += aes @@ -50,7 +50,6 @@ SUBDIR += sm3 SUBDIR += sm4 SUBDIR += symbols SUBDIR += utf8 -SUBDIR += whirlpool SUBDIR += wycheproof SUBDIR += x509 -- 2.20.1