From 3792e57e0012a2e7164d71e63a575ffa2950c01c Mon Sep 17 00:00:00 2001 From: jsing Date: Wed, 2 Oct 2024 14:50:58 +0000 Subject: [PATCH] Hook up the err 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 d812cd9db90..38746985317 100644 --- a/regress/lib/libcrypto/Makefile +++ b/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 -- 2.20.1