From ff2df1d6bfe1ae14b64d53e08ffd5fc5bb834090 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 6 May 2024 14:37:26 +0000 Subject: Enable lhash regress. --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index ffe08d04bd..01db7a5dc7 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2024/04/25 14:27:29 jsing Exp $ +# $OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $ SUBDIR += aead SUBDIR += aes @@ -32,6 +32,7 @@ SUBDIR += hmac SUBDIR += idea SUBDIR += ige SUBDIR += init +SUBDIR += lhash SUBDIR += md SUBDIR += objects SUBDIR += pbkdf2 -- cgit v1.2.3-55-g6feb