From b40c0c6c20b74cf27db36b0d26bbc6ae9bd3539d Mon Sep 17 00:00:00 2001 From: joshua Date: Mon, 7 Nov 2022 17:42:08 +0000 Subject: [PATCH] Link aes/ to 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 bda6d5f6601..d8cfdfc0154 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.48 2022/09/02 13:45:18 tb Exp $ +# $OpenBSD: Makefile,v 1.49 2022/11/07 17:42:08 joshua Exp $ SUBDIR += aead +SUBDIR += aes SUBDIR += aeswrap SUBDIR += asn1 SUBDIR += base64 -- 2.20.1