From 4e40d1faca74d6bf4aa5fc3b7e2d64bf30ab4c07 Mon Sep 17 00:00:00 2001 From: joshua <> Date: Fri, 29 Mar 2024 07:13:38 +0000 Subject: Add table-driven Whirlpool tests ok tb --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/Makefile') diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 32147fd48e..871ae2093a 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2024/03/28 06:45:36 beck Exp $ +# $OpenBSD: Makefile,v 1.56 2024/03/29 07:13:38 joshua Exp $ SUBDIR += aead SUBDIR += aes @@ -48,6 +48,7 @@ SUBDIR += sm3 SUBDIR += sm4 SUBDIR += symbols SUBDIR += utf8 +SUBDIR += whirlpool SUBDIR += wycheproof SUBDIR += x509 -- cgit v1.2.3-55-g6feb