From 995c61007f2252e2f96eb7e6b8862f523464dedc Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 2 Oct 2024 14:50:58 +0000 Subject: Hook up the err regress. --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index d812cd9db9..3874698531 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2024/08/31 08:23:32 tb Exp $ +# $OpenBSD: Makefile,v 1.60 2024/10/02 14:50:58 jsing Exp $ SUBDIR += aead SUBDIR += aes @@ -23,6 +23,7 @@ SUBDIR += dsa SUBDIR += ec SUBDIR += ecdh SUBDIR += ecdsa +SUBDIR += err SUBDIR += evp SUBDIR += exdata SUBDIR += free -- cgit v1.2.3-55-g6feb