From e3d769693faf50f4ba8d0e1d2ad22e1300309d62 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 6 May 2024 14:37:26 +0000 Subject: [PATCH] Enable lhash regress. --- regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index ffe08d04bdc..01db7a5dc70 100644 --- a/regress/lib/libcrypto/Makefile +++ b/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 -- 2.20.1