From 80f33da71cc6d1cbd2c0114d03a2d2c25c8d4029 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Sat, 26 Dec 2020 00:48:56 +0000 Subject: Convert CA regress implementation from shell script to make file. Ensure that it works with obj directory and link regress to build. --- 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 7ec659bfc2..6f7b024c47 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2020/09/18 10:19:31 tb Exp $ +# $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -7,6 +7,7 @@ SUBDIR += base64 SUBDIR += bf SUBDIR += bio SUBDIR += bn +SUBDIR += CA SUBDIR += cast SUBDIR += certs SUBDIR += chacha -- cgit v1.2.3-55-g6feb